CPCLAB-UNIPI / SIPPY

Systems Identification Package for PYthon
GNU Lesser General Public License v3.0
269 stars 92 forks source link

pip install git+https://github.com/CPCLAB-UNIPI/SIPPY.git result in requires a different Python Error #26

Closed jamestjsp closed 3 years ago

jamestjsp commented 3 years ago

ERROR: Package 'sippy' requires a different Python: 3.6.12 not in '==2.7,>=3.5,<=3.7'

CameronDevine commented 3 years ago

The comma in the setuptools puthon_requires argument is equivalent to a logical and. For a workaround see https://stackoverflow.com/questions/44660448/using-python-requires-to-require-python-2-7-or-3-2

CPCLAB-UNIPI commented 3 years ago

Thanks for the notification. We have updated setup.py so that now it reads: ">=2.7,!=3.0.,!=3.1.,!=3.2.,!=3.3.,!=3.4.,<=3.7.". Please let us know if it solved the problem.

Best, the SIPPY teams

Santh379 commented 3 years ago

I am facing the following error while installing SIPPY.

ERROR: Package 'sippy' requires a different Python: 3.7.9 not in '!=3.0.,!=3.1.,!=3.2.,!=3.3.,!=3.4.,<=3.7.,>=2.7'

CPCLAB-UNIPI commented 3 years ago

Dear Santh379, sorry for the late response. We have modified again the string of python_requires and it should now let you install SIPPY with python 3.7.9.

Please let us know if you are still facing problems.

Best, the SIPPY team