On Thu, 20 Nov 2014, kcrisman wrote:
For example on ./sage -sh shell command "easy_install nltk" says
"Download
error on https://pypi.python.org/simple/: unknown url type:
https -- Some
packages may not be found!"
Try sage -pip which should be available now (?) though may need to install a
package to be usable.
On 6.4 after sage -i pip the command sage -pip says
Traceback (most recent call last):
File "/home/staff/jm58660/sage-6.4/local/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 356, in
load_entry_point
. . . .
"/home/staff/jm58660/sage-6.4/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/distlib/version.py",
line 14, in <module>
from .compat import string_types
File
"/home/staff/jm58660/sage-6.4/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/distlib/compat.py",
line 31, in <module>
from urllib2 import (Request, urlopen, URLError, HTTPError,
ImportError: cannot import name HTTPSHandler
--
Jori Mäntysalo