feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.01k stars 271 forks source link

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

Open justinTM opened 2 months ago

justinTM commented 2 months ago
❯ 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