Collecting pyhash
Downloading pyhash-0.9.3.tar.gz (602 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.3/602.3 kB 6.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pyhash
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for pyhash (setup.py) ... error
ERROR: Failed building wheel for pyhash
Running setup.py clean for pyhash
Failed to build pyhash
ERROR: Could not build wheels for pyhash, which is required to install pyproject.toml-based projects
By contrast, using mmh3 makes my life much easier!
Can we use mmh3 instead of pyhash?
It's still difficult to install pyhash in Google Colab. My script:
But I still get
By contrast, using mmh3 makes my life much easier!