question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mac M1 Building wheel for lmdb (setup.py) ... error

See original GitHub issue

After 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:closed
  • Created 10 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
bitcoinvsaltscommented, Nov 24, 2022

Thank you for your prompt replies 🙏🏼

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation error on apple M1 silicon device with Monterey 12.0
ERROR : Failed building wheel for PyNaCl. Running setup.py clean for PyNaCl. ERROR: Command errored out with exit status 1:
Read more >
Mac M1 Pip How to Solve Error Building Wheel for h5py?
The problem is you are using the architecture arm64 instead of x86_64, use x86_64 by typing this in terminal:
Read more >
Anyone with frustrating issues with the M1 Mac system that ...
I bought an M1 Mac recently, and have been having annoying and frustrating ... #7 7.070 ERROR: Failed building wheel for httptools #7...
Read more >
error: could not build wheels for scikit-sparse, which is ...
I tried to install scikit-sparse in the Macbook Pro M1 max using. pip install scikit-sparse. And get the error. AssertionError: would build wheel...
Read more >
Could not build wheels for numpy which use PEP 517 and ...
PyCharm Comm (M1 Mac) - ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly. I can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found