-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Updating psutil fails when running make test #516
Comments
@spoonerf can you try running |
Sure! It is: (.venv) fionaspooner@Fionas-MBP etl % pip install psutil==5.9.2 × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
@spoonerf I couldn't replicate it, but found this thread. Could you please try |
That worked! 🥳 I'm getting this warning now - not sure if that's anything to worry about but otherwise make test all ran perfectly. Thanks!! Collecting setuptools |
Don't worry... and keep your fingers crossed :). If something like this happens again, remove the entire |
Currently running into this error when running
make test
The text was updated successfully, but these errors were encountered: