Is it still necessary to install pip manually (with sage -i pip) or
does that now happen autimatically?

After building -- it seemed successfully -- version 7.0.beta2, I find
that ./sage -pip shows this:

Traceback (most recent call last):
  File "/home/jec/sage/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
558, in load_entry_point
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
2682, in load_entry_point
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
2355, in load
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line
2361, in resolve
  File 
"/home/jec/sage/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/jec/sage/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/jec/sage/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/jec/sage/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'

-- I have a funny feeling that I saw this once before and solved it,
but clearly forgot what it was about.  help!

The Sage build was done by pulling trac/develop, make dist-clean, make.

John

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

Reply via email to