macOS install problem - AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
#35
-
I am hitting some sort of problem with the install on macOS 12.4, as below. Any ideas?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 24 replies
-
Looks like this is a known issue with PyQt and M1 chips. Could you try running |
Beta Was this translation helpful? Give feedback.
-
For future reference, the solution to this problem is now documented here. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to install neoscore on a Raspberry Pi running Raspbian v10 (buster). I'm getting exactly the same error(s) as above and I've tried most of the above suggestions, except, of course, that I have no Rosetta to run from! Is there anything that I can do to progress? I have, incidentally, managed to get neoscore working on a Mac running 10.13.6. |
Beta Was this translation helpful? Give feedback.
-
FYI all, (@tedthetrumpet @richardhoadley) we just released neoscore 0.1.3, which reduces the minimum required Python version to 3.7 and should improve PyQt support since there are prebuilt wheels for 3.7. M1 chips still require Rosetta, but otherwise we broadly expect this should fix most PyQt-related installation issues. |
Beta Was this translation helpful? Give feedback.
-
Hi Craig
Thanks for responding so quickly! I’ve had no luck with this so far, but will have time to continue in a few days and will post again if I have any success. Just a quick question in the meantime, should I install pyqt5 in the main programme space, or the virtual space I’ve created for neoscore? Sorry if this is a silly question, but I’m not used to serious programming in Python – the most I’ve done is helping my daughter (12 years old at the time!) write a (text only) game in Python for her home work, and that was a couple of years ago…
Best
Richard
… On 22 Jun 2022, at 19:06, Craig Vear ***@***.***> wrote:
Hi Richard. PyQT is a dependency for Neoscore, but getting it to work on Raspian needs some additional work beyond the Pip install. I have followed this previously with some success https://raspberrypi.stackexchange.com/questions/62939/pyqt5-on-a-raspberry-pi#63058 <https://raspberrypi.stackexchange.com/questions/62939/pyqt5-on-a-raspberry-pi#63058>
I had to install pyqt5 first, checking it, then install Neoscore.
—
Reply to this email directly, view it on GitHub <#35 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADA3HLE2Y5ME24A2CKMZLMTVQNI3BANCNFSM5WIBDSYQ>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
For future reference, the solution to this problem is now documented here.