M40V / populse_mia

Multiparametric Image Analysis
Other
0 stars 0 forks source link

[CLOSED] No local packages or working download links found for SIP, in the Appveyor Windows Containers, when testing python 3.5 #78

Open M40V opened 5 years ago

M40V commented 5 years ago

Issue by servoz Friday Apr 26, 2019 at 11:09 GMT _Originally opened as https://github.com/populse/populse_mia/issues/78_


Currently, for python 3.5 with Appveyor, the test falls due to no SIP package found:

searching for SIP
Reading https://pypi.python.org/simple/SIP/
No local packages or working download links found for SIP
error: Could not find suitable distribution for Requirement.parse('SIP')
Command exited with code 1

long format

It's strange because:

So for python 3.5 we can think that the good target is sip-4.19.8-cp35-none-win32.whl, and by inspecting https://pypi.python.org/simple/SIP/ it seems that it is existing!

I spend a while to try to fix it without success so currently the CI run for Windows only with python 3.6 and 3.7 (python3.5 is currently commented in appveyor.yml file)

M40V commented 5 years ago

Comment by servoz Tuesday Apr 30, 2019 at 15:22 GMT


Quick and dirty fix closing this issue ...