i3visio / osrframework

OSRFramework, the Open Sources Research Framework is a AGPLv3+ project by i3visio focused on providing API and tools to perform more accurate online researches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant use any functionality of the framework

yoavoffek opened this issue · comments

getting these errors when i try to use any of the framework functionalities:
C:\Users\offek>usufy.py -h
Traceback (most recent call last):
File "C:\Users\offek\AppData\Local\Programs\Python\Python38-32\Scripts\usufy.py-script.py", line 6, in
from pkg_resources import load_entry_point
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init_.py", line 3262, in
def initialize_master_working_set():
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init
.py", line 3245, in call_aside
f(*args, **kwargs)
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init
.py", line 3274, in initialize_master_working_set
working_set = WorkingSet.build_master()
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init
.py", line 584, in build_master
ws.require(requires)
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init
.py", line 901, in require
needed = self.resolve(parse_requirements(requirements))
File "c:\users\offek\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init
.py", line 787, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PySocks!=1.5.7,>=1.5.6; extra == "socks"' distribution was not found and is required by requests

I had already got this error and it was resolved with pip3 install PySocks