Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt should include psutil #5

Closed
m-ueberall opened this issue Dec 3, 2020 · 1 comment
Closed

requirements.txt should include psutil #5

m-ueberall opened this issue Dec 3, 2020 · 1 comment

Comments

@m-ueberall
Copy link

Without psutil, a call to findSubDomains.py will result in

pkg_resources.DistributionNotFound: The 'psutil>=5.7.0; sys_platform != "win32" or platform_python_implementation == "CPython" and extra == "recommended"' distribution was not found and is required by the application

(tested w/ Python 3.8.0, pyenv 1.2.1 on Ubuntu Bionic)

@starnightcyber
Copy link
Owner

OK, thank you @m-ueberall .
Add dependency psutil==5.7.0 in requirement.txt.

psutil==5.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants