New submission from kostia.lopuhin <[email protected]>: $ virtualenv pypy3 -p ~/opt/pypy3-2.1-beta1-osx64/bin/pypy Running virtualenv with interpreter /Users/kostia/opt/pypy3-2.1-beta1-osx64/bin/pypy New pypy executable in pypy3/bin/pypy Installing distribute.......... Complete output from command /Users/kostia/progra...2cffi/pypy3/bin/pypy -c "#!python \"\"\"Bootstra... main(sys.argv[1:]) " --always-copy -U distribute: Traceback (most recent call last): File "<string>", line 21, in <module> File "/Users/kostia/programming/psycopg2cffi/pypy3/lib-python/3/tempfile.py", line 37, in <module> from random import Random as _Random File "/Users/kostia/programming/psycopg2cffi/pypy3/lib-python/3/random.py", line 45, in <module> from hashlib import sha512 as _sha512 ImportError: No module named hashlib ---------------------------------------- ...Installing distribute...done. Traceback (most recent call last): File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 2471, in <module> main() File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 942, in main never_download=options.never_download) File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 1049, in create_environment search_dirs=search_dirs, never_download=never_download) File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 604, in install_distribute search_dirs=search_dirs, never_download=never_download) File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 571, in _install_req cwd=cwd) File "/Library/Python/2.7/site-packages/virtualenv-1.8.2-py2.7.egg/virtualenv.py", line 1020, in call_subprocess % (cmd_desc, proc.returncode)) OSError: Command /Users/kostia/progra...2cffi/pypy3/bin/pypy -c "#!python \"\"\"Bootstra... main(sys.argv[1:]) " --always-copy -U distribute failed with error code 1
$ virtualenv --version 1.8.2 $ ~/opt/pypy3-2.1-beta1-osx64/bin/pypy Python 3.2.3 (d63636b30cc0, Jul 30 2013, 07:02:48) [PyPy 2.1.0-beta1 with GCC 4.2.1 Compatible Clang Compiler] on darwin Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``snow! snow! (ter)'' >>>> import tempfile ---------- messages: 6024 nosy: kostia.lopuhin, pypy-issue priority: bug release: 2.1 status: unread title: Can not create virtualenv with pypy3 on OS X ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1575> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
