Re: [scikit-image] Fw: Re: Compilation Problems
I made some progress. I tried this command in the cloned version of scikit-image and it got fairly deep into the compilation process: python setup.py install --prefix ~/SCIKIT However, it ultimately failed with these error messages: Processing dependencies for scikit-image==0.13.dev0 Searching for PyWavelets>=0.4.0 Reading https://pypi.python.org/simple/PyWavelets/ Download error on https://pypi.python.org/simple/PyWavelets/: unknown url type: https -- Some packages may not be found! Couldn't find index page for 'PyWavelets' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: unknown url type: https -- Some packages may not be found! No local packages or download links found for PyWavelets>=0.4.0 error: Could not find suitable distribution for Requirement.parse('PyWavelets>=0.4.0') What is the cause of this?
Hi James: Can you ask admins of the server to install openssl-devel? That could make your task much easier.. Are you stuck with this python version? sometimes there might be several python versions installed on a server, you could try python<Tab> to see what else is there. Cheers 2017-01-10 12:31 GMT-05:00 James Board via scikit-image < scikit-image@python.org>:
I made some progress. I tried this command in the cloned version of scikit-image and it got fairly deep into the compilation process:
python setup.py install --prefix ~/SCIKIT
However, it ultimately failed with these error messages:
Processing dependencies for scikit-image==0.13.dev0 Searching for PyWavelets>=0.4.0 Reading https://pypi.python.org/simple/PyWavelets/ Download error on https://pypi.python.org/simple/PyWavelets/: unknown url type: https -- Some packages may not be found! Couldn't find index page for 'PyWavelets' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: unknown url type: https -- Some packages may not be found! No local packages or download links found for PyWavelets>=0.4.0 error: Could not find suitable distribution for Requirement.parse('PyWavelets>=0.4.0')
What is the cause of this?
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
-- Sasha
participants (2)
-
James Board
-
Oleksandr Huziy