Created
December 19, 2020 00:06
-
-
Save oberstet/d726dd15952e099da337189133269997 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cpy390_2) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ python -c "from py_ecc import bls" | |
(cpy390_2) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ python -V | |
Python 3.9.0 | |
(pypy37_1) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ python -c "from py_ecc import bls" | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/home/oberstet/pypy37_1/site-packages/py_ecc/__init__.py", line 12, in <module> | |
from py_ecc import bls # noqa: F401 | |
File "/home/oberstet/pypy37_1/site-packages/py_ecc/bls/__init__.py", line 1, in <module> | |
from .ciphersuites import ( # noqa: F401 | |
File "/home/oberstet/pypy37_1/site-packages/py_ecc/bls/ciphersuites.py", line 31, in <module> | |
from .hash import ( | |
File "/home/oberstet/pypy37_1/site-packages/py_ecc/bls/hash.py", line 7, in <module> | |
from _hashlib import HASH | |
ImportError: cannot import name 'HASH' | |
(pypy37_1) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ python -V | |
Python 3.7.9 (7e6e2bb30ac5, Nov 18 2020, 10:55:52) | |
[PyPy 7.3.3-beta0 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment