Answer the question
In order to leave comments, you need to log in
How to install the old library without a tambourine?
So, there is an old library. Let's say python-imaging (PIL). I need an old version, under Python 2.6, BUT I have 2.7 and 3.4 along with Python2.6, and when installing the package, the console says that I have a too new version of python, despite the other versions. Tell me what to do so that without a tambourine and "switch to python2.7 or 3 blah blah blah"?
Answer the question
In order to leave comments, you need to log in
Maybe install in a virtual environment with Python2.6 version?
virtualenv -p python2.6 ENV_NAME
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question