Hi all,

When I try "sage -pip install pyopenssl" (on using sage 6.8 compiled from 
source on ubuntu 14 lts) I get the error below. 

Any help would be greatly appreciated.

Rudi

rudi@matroid:~/sage-6.8$ ./sage -pip install pyopenssl

Traceback (most recent call last):

  File "/home/rudi/sage-6.8/local/bin/pip", line 9, in <module>

    load_entry_point('pip==6.1.1', 'console_scripts', 'pip')()

  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 521, 
in load_entry_point

  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2632, 
in load_entry_point

  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2312, 
in load

  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2318, 
in resolve

  File 
"/home/rudi/sage-6.8/local/lib/python2.7/site-packages/pip-6.1.1-py2.7.egg/pip/__init__.py",
 
line 15, in <module>

    from pip.vcs import git, mercurial, subversion, bazaar  # noqa

  File 
"/home/rudi/sage-6.8/local/lib/python2.7/site-packages/pip-6.1.1-py2.7.egg/pip/vcs/mercurial.py",
 
line 10, in <module>

    from pip.download import path_to_url

  File 
"/home/rudi/sage-6.8/local/lib/python2.7/site-packages/pip-6.1.1-py2.7.egg/pip/download.py",
 
line 32, in <module>

    from pip._vendor import requests, six

  File 
"/home/rudi/sage-6.8/local/lib/python2.7/site-packages/pip-6.1.1-py2.7.egg/pip/_vendor/__init__.py",
 
line 92, in load_module

    raise ImportError("No module named '%s'" % (name,))

ImportError: No module named 'pip._vendor.requests'




On Friday, April 17, 2015 at 4:06:15 PM UTC+2, Volker Braun wrote:
>
> Pyopenssl spkg has been removed, use "sage -pip install pyopenssl" instead
>
>
> On Friday, April 17, 2015 at 10:01:14 AM UTC-4, [email protected] wrote:
>>
>> Hello,
>>
>> I am trying to compile sage-6.5 with ssl support but when the command 
>> "./sage -i pyopenssl"
>> tries downloading the pyopenssl-0.13.p0.spkg package it gives error:
>> -------------------------------
>> IOError: [Errno 404] Not Found: '//
>> www.sagemath.org/spkg/optional/pyopenssl-0.13.p0.spkg'
>> Error: failed to download package pyopenssl-0.13.p0
>> -------------------------------
>> I went to the address with browser and I saw the package description in 
>> the list of optional packages "http://www.sagemath.org/spkg/optional/"; 
>> but when clicking pyopenssl-0.13.p0.spkg I get "page not found".
>>
>> Can someone update the web so that the package is download-able?
>>
>> Thank you
>> ota
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to