You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ./setup.py from /offsecfw/enumeration I get the following error
Traceback (most recent call last):
File "./setup.py", line 11, in
installed_packages = pip.get_installed_distributions()
AttributeError: 'module' object has no attribute 'get_installed_distributions'
There is no requirements.txt file to install.
Please advise?
The text was updated successfully, but these errors were encountered:
Hello,
When running ./setup.py from /offsecfw/enumeration I get the following error
Traceback (most recent call last):
File "./setup.py", line 11, in
installed_packages = pip.get_installed_distributions()
AttributeError: 'module' object has no attribute 'get_installed_distributions'
There is no requirements.txt file to install.
Please advise?
The text was updated successfully, but these errors were encountered: