AnonCatalyst/Ominis-OSINT

Error no Module requests_html

Closed this issue · 4 comments

ModuleNotFoundError: No module named 'requests_html'

image

Thank you for reporting this issue but it seems you just don't have the module installed. Please install all modules in the requirements.txt file.

Hello. Yes I installed all the modules. But still I still get this error

It sounds like it's not installing correctly. Try the following commands please

pip install --user requests_html --break-system-packages

sudo pip install requests_html --break-system-packages

You can also try with PIPX

python3 -m pip install --user pipx python3 -m pipx ensurepath sudo pipx ensurepath --global

Fedora--
sudo dnf install pipx
pipx ensurepath

Debian--
sudo apt install pipx
pipx ensurepath

MacOS--
brew install pipx
pipx ensurepath

A beautify update is in development for Ominis-Osint osint. I'll include a install script