Python Issues with Pikaraoke #309
Answered
by
vicwomg
CrimsonMoose
asked this question in
Q&A
Replies: 3 comments
-
Which pi os version? Bullseye is recommended for now, which comes with 3.9
…On Mon, Jan 1, 2024 at 12:26 AM CrimsonMoose ***@***.***> wrote:
initially running a default/clean Pi4 OS but that had 3.4.x for python3
which doesn't support the walrus operator (Syntax error on "path :=") So I
updated python to 3.9.17
Now pikaraoke setup fails around "Collecting Pycryptodomex" and setup
never succeeds
Manually running pip3 install pycryptodomex ends up with the same error
"Preparing metadata (pyproject.toml) did not run successfully
...90 lines of ourput...
Last line is
ModuleNotFoundError: No module named '_ctypes'
Any one know how to set this one up properly?
—
Reply to this email directly, view it on GitHub
<#309>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNRZWRHDLMYYC4PWU6TYMJCJFAVCNFSM6AAAAABBIYDXNWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGAYTQNJXGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Oops, I meant bookworm! Debian Bookworm.
…On Mon, Jan 1, 2024 at 12:38 AM Vic Wong ***@***.***> wrote:
Which pi os version? Bullseye is recommended for now, which comes with 3.9
On Mon, Jan 1, 2024 at 12:26 AM CrimsonMoose ***@***.***>
wrote:
> initially running a default/clean Pi4 OS but that had 3.4.x for python3
> which doesn't support the walrus operator (Syntax error on "path :=") So I
> updated python to 3.9.17
>
> Now pikaraoke setup fails around "Collecting Pycryptodomex" and setup
> never succeeds
>
> Manually running pip3 install pycryptodomex ends up with the same error
> "Preparing metadata (pyproject.toml) did not run successfully
> ...90 lines of ourput...
> Last line is
> ModuleNotFoundError: No module named '_ctypes'
>
> Any one know how to set this one up properly?
>
> —
> Reply to this email directly, view it on GitHub
> <#309>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AA7KXNRZWRHDLMYYC4PWU6TYMJCJFAVCNFSM6AAAAABBIYDXNWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGAYTQNJXGA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CrimsonMoose
-
Thanks! the OS was the original from years ago, reimaging with new OS (32bit) had the newer python version and the install was silky smooth |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
initially running a default/clean Pi4 OS but that had 3.4.x for python3 which doesn't support the walrus operator (Syntax error on "path :=") So I updated python to 3.9.17
Now pikaraoke setup fails around "Collecting Pycryptodomex" and setup never succeeds
Manually running pip3 install pycryptodomex ends up with the same error
"Preparing metadata (pyproject.toml) did not run successfully
...90 lines of ourput...
Last line is
ModuleNotFoundError: No module named '_ctypes'
Any one know how to set this one up properly?
Beta Was this translation helpful? Give feedback.
All reactions