-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheatley only compiles with Python 3.9 not with 3.10 #216
Comments
I compiled on Windows10, 64-bit, using Windows Powershell. |
Is this cloning and running from source or installing via pip? |
It is installing via pip using Python 3.10
Regards, Winfried
Von: Matthew R Johnson ***@***.***>
Gesendet: Dienstag, 21. Februar 2023 11:18
An: kneasle/wheatley ***@***.***>
Cc: winfried reichardt ***@***.***>; Author
***@***.***>
Betreff: Re: [kneasle/wheatley] Wheatley only compiles with Python 3.9 not
with 3.10 (Issue #216)
Is this cloning and running from source or installing via pip?
-
Reply to this email directly, view it on GitHub
<#216 (comment)> ,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIYVXO4UTR6HJZDRPDHOMOLWY
SI53ANCNFSM6AAAAAAVCLMEWQ> .
You are receiving this because you authored the thread.
<https://github.com/notifications/beacon/AIYVXO3UDAS54SIUT4U3NWLWYSI53A5CNFS
M6AAAAAAVCLMEWSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS
VXFYO2.gif> Message ID: ***@***.***
***@***.***> >
|
Oh, thanks for cutting the release! And no worries about it not being a beta - I don't think we changed enough to make it unstable 😄. in fact, I've already had someone tell me that it's fixed install issues they were having. |
When compiling Wheatley with Python 3.10, I get
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [267 lines of output]
setup.py:67: RuntimeWarning: NumPy 1.19.3 may not yet support Python 3.10.
So I de-installed 3.10 and installed the older 3.9.10 Version of Python. Then compilation succeeded and I got Wheathley to run.
The text was updated successfully, but these errors were encountered: