Wait! Cancel my last post!
In exploring the virtual environment, I was struck by the existence of an
executable *pip *in the virtual environment's "bin" directory. So I tried
again to install BeautifulSoup, but this time I got a very different error
message. This pip couldn't find BeautifulSoup, u
I believe it's because you're installing that into a directory that the
current user has no write privileges for. Try installing those into a
virtual environment (if you don't know what that is, let us know!).
-Jorge
On Sat, Dec 16, 2017 at 1:27 PM, Bryan Zimmer
wrote:
I have had only partial su
I have had only partial success with pip. Some things seem to install OK.
But I've tried a couple of packages, specifically "BeautifulSoup" and
"WxPython", and they fail with the same message, e.g.:
*Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-ku98d6jd/BeautifulSo