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

Tried to install requirements, met with an error message #9

Open
asirota12 opened this issue Dec 17, 2016 · 2 comments
Open

Tried to install requirements, met with an error message #9

asirota12 opened this issue Dec 17, 2016 · 2 comments

Comments

@asirota12
Copy link

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)

@rogwan
Copy link

rogwan commented Sep 1, 2017

Python3.4 venv meets the same issue:

Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 6))
Downloading https://pypi.doubanio.com/packages/5e/1a/0aa2c8195a204a9f51284018562dea77e25511f02fe924fac202fc012172/functools32-3.2.3-2.zip
Complete output from command python setup.py egg_info:
This backport is for Python 2.7 only.

ps, pip install -U pip, still not works.

@Maxcharm
Copy link

Maxcharm commented Jun 1, 2020

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

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

3 participants