M
M
Mikhail Smykov2017-03-03 17:05:46
linux
Mikhail Smykov, 2017-03-03 17:05:46

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"?
dbdcafbf6d6f4997a296bef0d1f0be3c.PNG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
screen_sailor, 2017-03-03
@screen_sailor

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 question

Ask a Question

731 491 924 answers to any question