Recently, we were receiving the above error on a GNU/Linux Ubuntu 20.04 LTS.
AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
We had installed beautifulsoup4 and html5lib using pip. To solve the issue, we had to uninstall the html5lib that was installed by pip and install it through apt.
1
2
3
4
5
# Remove html5lib if you have installed it with pip3:
Following are some rough notes on Installing TensorFlow 2 Object detection on Ubuntu 18.04 LTS.We were following this guide (https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html) so we will be skipping some steps. We had conda installed already from an older attempt so the following steps worked just fine. conda create -n tensorflow pip python=3.8; conda…
Just some quick notes on how to install and use VOSK on Ubuntu 18.04 LTS. Install using: pip3 install voskGet samples from https://github.com/alphacep/vosk-api/tree/master/python/exampleUsing ffmpeg create input audio files ffmpeg -i video.mkv -c:a pcm_s16le -ac 1 output.wavIt will create a file of the following type output.wav: RIFF (little-endian) data, WAVE audio,…
The O.MG Cable is a popular tool for security professionals and enthusiasts, offering a covert way to gain access to a target device. To ensure its optimal performance and take advantage of new features and security enhancements, it's important to keep the firmware up to date. In this blog post,…