We are currently installing \ installing some packages on the system, indicating their version and dependencies in the setup.py file in the install_requires attribute. Our system requires python 2.7. Sometimes users have several versions of python, say 2.6.x and 2.7, some packages that, he said, are already available, but actually are on the system available in the list of site packages 2.6. In addition, some users have only 2.6, how to force use setup.py, or is there any other way to say that it has only python 2.7, and all the packages that we want to install setup.py for updating are only 2.7. To run our code requires a minimum of 2.7 on the machine.
Thanks! Santhosh
Santhosh
source share