Mac M1 Building wheel for lmdb (setup.py) ... error
See original GitHub issueAfter running:
pip install ~/Downloads/artifact/grpcio-1.50.0-cp39-cp39-macosx_11_0_arm64.whl
pip install imaginairy
is giving me this error:
Building wheel for tokenizers (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /opt/homebrew/anaconda3/bin/python /opt/homebrew/anaconda3/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /var/folders/c1/ljxqhkyd1qzgg4qk3jvhs7wh0000gn/T/tmpo9j7y_x4 cwd: /private/var/folders/c1/ljxqhkyd1qzgg4qk3jvhs7wh0000gn/T/pip-install-b25b4xs6/tokenizers_dd0925788dc24426ab75f773b7cae81d Complete output (51 lines): running bdist_wheel ... ERROR: Failed building wheel for tokenizers Building wheel for lmdb (setup.py) ... error ERROR: Command errored out with exit status 1: ...
any idea why?
I used the binary because pip install imaginairy
was not working.
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Lot’s of different options. I use pyenv
https://www.python.org/downloads/macos/ https://docs.python-guide.org/starting/install3/osx/ https://github.com/pyenv/pyenv
Thank you for your prompt replies 🙏🏼