[IPython-user] dumb question on installing ipython1
Brian Granger
ellisonbg.net@gmail....
Mon Oct 8 11:07:36 CDT 2007
> I'm having trouble installing ipython1 on opensuse 10.3 (just
> released) on amd64 hardware. I svn'ed the most recent ipython1, and
> ">python setup.py install" gives an error (see below). My
> site-packages is in /usr/lib64/python/site-packages, but setup.py
> wants to use /usr/local/lib64/.... I tried changing this via
> --install-dir, which gives an error, and --prefix, which gives a
> mangled dirname still w/ /usr/local/lib64 at the front.
I am not very familiar with how suse manages /usr and /usr/local. Are
you sure that you don't have 2 versions of Python installed (one in
/usr and one in /usr/local)? Maybe do a "locate python" and which
python to make sure you are using the right python?
> ***************
>
> > python setup.py install
> running install
> Checking .pth file support in /usr/local/lib64/python2.5/site-packages/
> error: can't create or remove files in install directory
This almost looks like a permissions problem. What if you run:
$ sudo python setup.py install
> The following error occurred while trying to add or remove files in the
> installation directory:
>
> [Errno 2] No such file or directory:
> '/usr/local/lib64/python2.5/site-packages/test-easy-install-16651.pth'
>
> The installation directory you specified (via --install-dir, --prefix, or
> the distutils default setting) was:
>
> /usr/local/lib64/python2.5/site-packages/
>
> This directory does not currently exist. Please create it and try again, or
> choose a different installation directory (using the -d or --install-dir
> option).
> _______________________________________________
> IPython-user mailing list
> IPython-user@scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-user
>
More information about the IPython-user
mailing list