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
Could not find a version that satisfies the requirement functools32==3.2.3.post2 (from -r requirements.txt (line 6)) (from versions: 3.2.3-2, 3.2.3-1, 3.2.3-2, 3.2.3-1)
The text was updated successfully, but these errors were encountered:
I ran into the same problem on Mac OSX, and this is how I solved it:
deactivate
//only required if the virtual environment is still active
virtualenv venv --python=python2.7
//specify the version of python in virtualenv
source venv/bin/activate
pip install -r requirements.txt
Could not find a version that satisfies the requirement functools32==3.2.3.post2 (from -r requirements.txt (line 6)) (from versions: 3.2.3-2, 3.2.3-1, 3.2.3-2, 3.2.3-1)
The text was updated successfully, but these errors were encountered: