Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing openl3 on Win64 with Python 3.10 #94

Open
rjungbeck opened this issue May 2, 2023 · 6 comments
Open

Error installing openl3 on Win64 with Python 3.10 #94

rjungbeck opened this issue May 2, 2023 · 6 comments

Comments

@rjungbeck
Copy link

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

'

@auroracramer
Copy link
Collaborator

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.

@jonnor
Copy link
Contributor

jonnor commented May 5, 2023

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

@rjungbeck
Copy link
Author

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

@auroracramer
Copy link
Collaborator

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

@auroracramer
Copy link
Collaborator

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.

@oykuthejedi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants