Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR:root:code for hash blake2b was not found. during pip install #120

Open
justinTM opened this issue Apr 28, 2024 · 0 comments
Open

ERROR:root:code for hash blake2b was not found. during pip install #120

justinTM opened this issue Apr 28, 2024 · 0 comments

Comments

@justinTM
Copy link

pip install SpoofMAC
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
  File "/Users/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 307, in <module>
    globals()[__func_name] = __get_hash(__func_name)
                             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 129, in __get_openssl_constructor
    return __get_builtin_constructor(name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 123, 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/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 307, in <module>
    globals()[__func_name] = __get_hash(__func_name)
                             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 129, in __get_openssl_constructor
    return __get_builtin_constructor(name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/me/.pyenv/versions/3.11.6/lib/python3.11/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Collecting SpoofMAC
  Downloading SpoofMAC-2.1.1.tar.gz (7.3 kB)
  Installing build dependencies ... -
done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting docopt (from SpoofMAC)
  Downloading docopt-0.6.2.tar.gz (25 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: SpoofMAC, docopt
  Building wheel for SpoofMAC (pyproject.toml) ... done
  Created wheel for SpoofMAC: filename=SpoofMAC-2.1.1-py3-none-any.whl size=10056 sha256=06724b534bf8f3436d52e1b4fd94b769d1907239bf6948182974b5322abe0ed5
  Stored in directory: /Users/me/Library/Caches/pip/wheels/33/65/61/ecd0b6c3f47696301b9bf104ab3948e53e2110b0a4366c29a0
  Building wheel for docopt (pyproject.toml) ... done
  Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13706 sha256=f8a57a2233b6edeb6f9038d0aead3a045726d70dca95e59a64925ed0d9afd935
  Stored in directory: /Users/me/Library/Caches/pip/wheels/1a/b0/8c/4b75c4116c31f83c8f9f047231251e13cc74481cca4a78a9ce
Successfully built SpoofMAC docopt
Installing collected packages: docopt, SpoofMAC
Successfully installed SpoofMAC-2.1.1 docopt-0.6.2

[notice] A new release of pip is available: 23.2.1 -> 24.0
[notice] To update, run: pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant