I can ask. I think it might already be installed. I know that openssh is installed.
ssh -V OpenSSH_7.2p2a, OpenSSL 1.0.2g 1 Mar 2016
How can I tell if openssh-devel is installed? Jim
-------------------------------------------- On Tue, 1/10/17, Oleksandr Huziy <guziy.sasha@gmail.com> wrote:
Subject: Re: [scikit-image] Fw: Re: Compilation Problems To: "James Board" <jpboard2@yahoo.com> Cc: scikit-image@python.org Date: Tuesday, January 10, 2017, 1:40 PM
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