Closed bassqualle closed 1 week ago
There are some known issues with pythong 3.10+. Unfortunately, the app is blocked on supporting newer versions of python because (last time I checked) nosetests are not supported on 3.10+ and the test suite is large (larger LOC than the application itself).
Here's another thread with some possible workarounds - but basically, I suggest running it in a 3.9 virtual environment.
Thanks for your reply. I will give it a try to work around it.
Prior installing elodie I installed Python 3.13.0 on MacOS 14.5
Runnning
pip install -r requirements.txt
fails with the following error.I assume the affected package isn't working with a new python version.
Could you help?