Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Installer broken with Python 2.7.1 #13

Closed
oldpatricka opened this issue Dec 1, 2010 · 1 comment
Closed

Installer broken with Python 2.7.1 #13

oldpatricka opened this issue Dec 1, 2010 · 1 comment

Comments

@oldpatricka
Copy link
Contributor

This is due to a problem with versions of virtualenv that are older than 1.5.1 (see http://bitbucket.org/ianb/virtualenv/src/eb94c9ebe0ba/docs/news.txt). You can fix this by updating the virtualenv bundled with Nimbus to 1.5.1:

You get the following error currently:

[nimbus@heplw26 nimbus]$ ./install /usr/local/nimbus/
NIMBUS_HOME /usr/local/nimbus

-----------------------------------------------------------------
Making the Python virtual environment
-----------------------------------------------------------------

Installing from /tmp/nimbus
cp: cannot stat `/tmp/nimbus/cumulus/*.egg': No such file or directory
Traceback (most recent call last):
  File "/usr/local/nimbus/ve/lib/python2.7/site.py", line 67, in <module>
    import os
  File "/usr/local/nimbus/ve/lib/python2.7/os.py", line 398, in <module>
    import UserDict
  File "/usr/local/nimbus/ve/lib/python2.7/UserDict.py", line 83, in <module>
    import _abcoll
  File "/usr/local/nimbus/ve/lib/python2.7/_abcoll.py", line 11, in <module>
    from abc import ABCMeta, abstractmethod
  File "/usr/local/nimbus/ve/lib/python2.7/abc.py", line 8, in <module>
    from _weakrefset import WeakSet
ImportError: No module named _weakrefset
Already using interpreter /usr/local/bin/python2.7
New python executable in /usr/local/nimbus/ve/bin/python2.7
Also creating executable in /usr/local/nimbus/ve/bin/python
ERROR: The executable /usr/local/nimbus/ve/bin/python2.7 is not functioning
ERROR: It thinks sys.prefix is '/tmp/nimbus' (should be '/usr/local/nimbus/ve')
ERROR: virtualenv is not compatible with this system or executable
ERROR: python virtualenv installation failed.
@labisso
Copy link
Contributor

labisso commented Dec 28, 2010

Updated bundled virtualenv.py to 1.5.1

Closed by 4b35ac2.

pdmars pushed a commit to pdmars/nimbus that referenced this issue Oct 13, 2011
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants