DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.9k stars 531 forks source link

Can't actually find the bug to correct it. #341

Open AnonymousRonin opened 5 months ago

AnonymousRonin commented 5 months ago

Got this error after installing requirements.txt

ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: numpy~=1.24.4 from https://files.pythonhosted.org/packages/22/97/dfb1a31bb46686f09e68ea6ac5c63fdee0d22d7b23b8f3f7ea07712869ef/numpy-1.24.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from -r requirements.txt (line 261))

Here's the contents of requirements.txt numpy~=1.24.4 beautifulsoup4~=4.11.1 sklearn~=0.0 scikit-learn~=1.3.0 httpx~=0.25.0 yattag~=1.15.1 termcolor~=1.1.0 python-dotenv~=0.20.0 Unipath~=1.1 validators~=0.20.0 phonenumbers~=8.13.22 tabulate~=0.9.0 treelib~=1.7.0 toml~=0.10.2

This I couldn't find anywhere nor could I navigate to it. https://files.pythonhosted.org/packages/22/97

I am using Python3.11. I don't remember seeing 3.4 was "required" so I didn't download it.