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
I deployed the fix and the site is up, but there's some sketchiness about the pip install in the build log (attached). We can come back to this change if this ends up causing problems.
There's an unanswered Stack Overflow for this error message. Maybe it will present a fix (other than upgrading Python) later on.
We are currently unable to install a few dependencies in
requirements.txt
because they are preinstalled by distutils on our Vagrant box.Context on this issue here: pypa/pip#3165
The recommended solution is to add the
--ignore-installed
flag on thepip -r requirements.txt
line of the provisioning script.The text was updated successfully, but these errors were encountered: