-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
New pip venv BS #1887
Comments
It seems to be an issue with the version of PyYaml, specifically building the binary wheels. If you change the PyYaml version in requirements.txt to the version on the master branch I haven't had the opportunity to look into it further and test spiderfoot stable thoroughly with this version of pyyaml, I will update accordingly once I do. |
pip install setuptools |
If you want to use
|
The problem doesn't has nothing to do with the environment, it's the PyYAML module, so even if you try to install it through a virtual environment it will still being the same problem. |
Is there a work around to avoid this new pip venv crap that breaks "pip install -r requirements.txt" installs?
The text was updated successfully, but these errors were encountered: