openl3 icon indicating copy to clipboard operation
openl3 copied to clipboard

Error installing openl3 on Win64 with Python 3.10

Open rjungbeck opened this issue 1 year ago • 6 comments

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

'

rjungbeck avatar May 02 '23 15:05 rjungbeck

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.

auroracramer avatar May 03 '23 17:05 auroracramer

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

jonnor avatar May 05 '23 08:05 jonnor

I am already stuck in installation. So I can't tell you whats happening later.

rjungbeck avatar May 05 '23 09:05 rjungbeck

Oh whoops also this specific issue is due to a typo in setup.py. The latest version should address this.

auroracramer avatar May 05 '23 15:05 auroracramer

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.

auroracramer avatar May 05 '23 15:05 auroracramer

I am using Python version 3.12 and encountered problems with the installation.

oykuthejedi avatar Mar 28 '24 17:03 oykuthejedi