Closed jhuus closed 1 month ago
Hi Jan, I just checked and our test suite is passing for Python 3.12 on the develop branch. So I've modified the requirements to allow python 3.9-3.12. These changes will be included in the upcoming 0.11.0 release.
In the meantime, for opensoundscape 0.10.x, we recommend choosing Python 3.10 when you create an environment, e.g. conda create -n opso python=3.10
. You're also welcome to install the develop
branch for the latest features and Python 3.12 support.
Thanks Sam. I’ll try that out on the weekend.
Jan
On Fri, Sep 20, 2024 at 9:21 AM Sam Lapp @.***> wrote:
Hi Jan, I just checked and our test suite is passing for Python 3.12 on the develop branch. So I've modified the requirements to allow python 3.9-3.12. These changes will be included in the upcoming 0.11.0 release.
In the meantime, for opensoundscape 0.10.x, we recommend choosing Python 3.10 when you create an environment, e.g. conda create -n opso python=3.10. You're also welcome to install the develop branch for the latest features and Python 3.12 support.
— Reply to this email directly, view it on GitHub https://github.com/kitzeslab/opensoundscape/issues/1059#issuecomment-2363725084, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR43UYEOLAUWTACV3VEL3E3ZXQOMPAVCNFSM6AAAAABOR6NCS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTG4ZDKMBYGQ . You are receiving this because you authored the thread.Message ID: @.***>
I typed "pip install opensoundscape==0.10.2" and got a series of error messages saying "Requires-Python >=3.7.1,<3.10". I'm using the latest Ubuntu which comes with Python 3.12.3 by default. Can opensoundscape be updated to support Python 3.12.3?