According to the 4.0 release, support for Python 2.7 was dropped:
https://github.com/intrepidcs/python_ics/releases/tag/v4.0
However, looking at the code here, the Python 2.x tags are still present:
|
'Programming Language :: Python :: 2.7', |
... as a result, on a new Python2 Virtual Environment, when you attempt to install python-ics unrestricted, using pip, it tries to install python-ics 4.0.
According to the 4.0 release, support for Python 2.7 was dropped:
https://github.com/intrepidcs/python_ics/releases/tag/v4.0
However, looking at the code here, the Python 2.x tags are still present:
python_ics/setup.py
Line 98 in 2eca369
... as a result, on a new Python2 Virtual Environment, when you attempt to install python-ics unrestricted, using pip, it tries to install python-ics 4.0.