openl3
openl3 copied to clipboard
Error installing openl3 on Win64 with Python 3.10
When installing openl3 with pip I get the following error:
wheel.vendored.packaging._tokenizer.ParserSyntaxError: Expected end or semicolon (after version specifier)
scikit-image>=0.14.3librosa>=0.7.2
'
Currently, only Python 3.6, 3.7, and 3.8 are supported. We'll have to do some updates at some point to deal with the new PyPI packaging conventions.
What are the known issues with Python 3.10 support?
I might be interested in trying to address them, as we are transitioning from Python 3.8 to 3.10
I am already stuck in installation. So I can't tell you whats happening later.
Oh whoops also this specific issue is due to a typo in setup.py
. The latest version should address this.
What are the known issues with Python 3.10 support?
I might be interested in trying to address them, as we are transitioning from Python 3.8 to 3.10
The issue that I've seen people facing seem to be a difference in how PyPI packaging metadata is defined. I haven't caught up yet with whatever changes they may have made yet.
I am using Python version 3.12 and encountered problems with the installation.