I ma trying to install https://pypi.python.org/pypi/python-epo-ops-client I tried installing it from pip from both latest version.
python 2.7.12 and python 3.5.2
for both of the version it says
C:\Users\me>pip install python-epo-ops-client 2.1.0
Collecting python-epo-ops-client
Using cached python_epo_ops_client-2.1.0-py2.py3-none-any.whl
Collecting 2.1.0
Could not find a version that satisfies the requirement 2.1.0 (from versions:
)
No matching distribution found for 2.1.0
As I am completely new to python, question is:
1) Do I need to install all python version to see which version above module is compatible with? Or
2) can I know which version of python will be compatible with above version?
I want to install python for above package only. please suggest.
2.1.0because you should have used==2.1.0to pin the version.