Advertisement
dfarrell07

venv crash with Python 3.4.0

Mar 28th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [~]$ /usr/local/bin/python3.4 --version
  2. Python 3.4.0
  3. [~dl/Python-3.4.0]$ mkvirtualenv -p /usr/local/bin/python3.4 vbot
  4. Running virtualenv with interpreter /usr/local/bin/python3.4
  5. Using base prefix '/usr/local'
  6. New python executable in vbot/bin/python3.4
  7. Not overwriting existing python script vbot/bin/python (you must use vbot/bin/python3.4)
  8. Failed to import the site module
  9. Traceback (most recent call last):
  10. File "/home/daniel/.virtualenvs/vbot/lib/python3.4/site.py", line 67, in <module>
  11. import os
  12. File "/home/daniel/.virtualenvs/vbot/lib/python3.4/os.py", line 634, in <module>
  13. from _collections_abc import MutableMapping
  14. ImportError: No module named '_collections_abc'
  15. ERROR: The executable vbot/bin/python3.4 is not functioning
  16. ERROR: It thinks sys.prefix is '/home/daniel/.virtualenvs' (should be '/home/daniel/.virtualenvs/vbot')
  17. ERROR: virtualenv is not compatible with this system or executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement