Re: [scikit-image] Fw: Re: Compilation Problems

rpm -qa | grep -i openssl
It looks like openssh and openssh-devel are already installed: libopenssl0_9_8-32bit-0.9.8j-0.102.2 openssl-0.9.8j-0.102.2 libopenssl-devel-0.9.8j-0.97.1 openssl-certs-2.7-0.6.1 libopenssl0_9_8-0.9.8j-0.102.2 libopenssl-devel-32bit-0.9.8j-0.97.1 I'll try to re-install python with the instructions from the stackoverflow thread about enabling openssh. 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> Date: Tuesday, January 10, 2017, 4:23 PM James: How can I tell on my own if openssh-devel is installed? Does rpm command work for you? If yes then: rpm -qa | grep -i openssl(copied from https://mail.google.com/mail/u/0/#inbox/15980ff09187ce6b) 2017-01-10 15:38 GMT-05:00 James Board <jpboard2@yahoo.com>: 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 on my own 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 -- Sasha

Watch out, openssh and openssl are different things... On Jan 11, 2017 3:49 AM, "James Board via scikit-image" < scikit-image@python.org> wrote:
It looks like openssh and openssh-devel are already installed:
rpm -qa | grep -i openssl libopenssl0_9_8-32bit-0.9.8j-0.102.2 openssl-0.9.8j-0.102.2 libopenssl-devel-0.9.8j-0.97.1 openssl-certs-2.7-0.6.1 libopenssl0_9_8-0.9.8j-0.102.2 libopenssl-devel-32bit-0.9.8j-0.97.1
I'll try to re-install python with the instructions from the stackoverflow thread about enabling openssh.
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> Date: Tuesday, January 10, 2017, 4:23 PM
James: How can I tell on my own if openssh-devel is installed? Does rpm command work for you? If yes then: rpm -qa | grep -i openssl(copied from https://mail.google.com/mail/ u/0/#inbox/15980ff09187ce6b) 2017-01-10 15:38 GMT-05:00 James Board <jpboard2@yahoo.com>: 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 on my own 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
mailman/listinfo/scikit-image
--
Sasha
-- Sasha
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
participants (2)
-
James Board
-
Nathaniel Smith