# Pastebin 1ZQp80DB (py3)dev@brick:~/Downloads$ mkvirtualenv pypy3 -p `pwd`/pypy3.6-v7.2.0-osx64/bin/pypy3 Running virtualenv with interpreter /Users/dev/Downloads/pypy3.6-v7.2.0-osx64/bin/pypy3 Using base prefix '/Users/dev/Downloads/pypy3.6-v7.2.0-osx64' New pypy executable in pypy3/bin/pypy3 Not overwriting existing pypy script pypy3/bin/pypy (you must use pypy3/bin/pypy3) Installing setuptools, pip, wheel... Complete output from command /Users/dev/.virtualenvs/pypy3/bin/pypy3 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel: /Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py:172: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named '_pypy_openssl') RuntimeWarning) ERROR:root:code for hash blake2b was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2b ERROR:root:code for hash blake2s was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2s ERROR:root:code for hash sha3_224 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_224 ERROR:root:code for hash sha3_256 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_256 ERROR:root:code for hash sha3_384 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_384 ERROR:root:code for hash sha3_512 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_512 ERROR:root:code for hash shake_128 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_128 ERROR:root:code for hash shake_256 was not found. Traceback (most recent call last): File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 249, in globals()[__func_name] = __get_hash(__func_name) File "/Users/dev/.virtualenvs/pypy3/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_256 Traceback (most recent call last): File "", line 1, in File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/__init__.py", line 15, in from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/vcs/subversion.py", line 9, in from pip.index import Link File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/index.py", line 30, in from pip.wheel import Wheel, wheel_ext File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/wheel.py", line 35, in from pip._vendor.distlib.scripts import ScriptMaker File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/_vendor/distlib/scripts.py", line 14, in from .compat import sysconfig, detect_encoding, ZipFile File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl/pip/_vendor/distlib/compat.py", line 66, in from urllib.request import (urlopen, urlretrieve, Request, url2pathname, ImportError: cannot import name 'HTTPSHandler' ---------------------------------------- ...Installing setuptools, pip, wheel...done. Traceback (most recent call last): File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv.py", line 2363, in main() File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv.py", line 832, in main symlink=options.symlink) File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv.py", line 1004, in create_environment install_wheel(to_install, py_executable, search_dirs) File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv.py", line 969, in install_wheel 'PIP_NO_INDEX': '1' File "/Users/dev/Library/Python/2.7/lib/python/site-packages/virtualenv.py", line 910, in call_subprocess % (cmd_desc, proc.returncode)) OSError: Command /Users/dev/.virtualenvs/pypy3/bin/pypy3 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel failed with error code 1