kneasle / wheatley

An AI for Ringing Room that can ring any number of bells to increase the scope of practices.
https://pypi.org/project/wheatley/
MIT License
15 stars 13 forks source link

Wheatley only compiles with Python 3.9 not with 3.10 #216

Closed winf3 closed 1 year ago

winf3 commented 1 year ago

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.

winf3 commented 1 year ago

I compiled on Windows10, 64-bit, using Windows Powershell.

centreboard commented 1 year ago

Is this cloning and running from source or installing via pip?

centreboard commented 1 year ago

Looks like it's via pip. We updated the the development version of NumPy in #213 but not the setup https://github.com/kneasle/wheatley/blob/f456233c4c147d2a5ef9f9a9e042bd5714e203bc/setup.py#L30-L31

We know we also need to update the packages in requirements.txt for Python 3.11 #214

winf3 commented 1 year ago

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 https://github.com/kneasle/wheatley/issues/216#issuecomment-1438216429 , 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: @. @.> >

centreboard commented 1 year ago

This should be fixed by #214 and released to as Wheatley v0.7.1 (Sorry @kneasle, I mistyped the tag and did a full release instead of a beta)

kneasle commented 1 year ago

This should be fixed by #214 and released to as Wheatley v0.7.1 (Sorry @kneasle, I mistyped the tag and did a full release instead of a beta)

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 :smile:. in fact, I've already had someone tell me that it's fixed install issues they were having.