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

Promptsource cannot be installed in Python 3.10 #853

Closed
shermansiu opened this issue Oct 14, 2023 · 2 comments · Fixed by #854
Closed

Promptsource cannot be installed in Python 3.10 #853

shermansiu opened this issue Oct 14, 2023 · 2 comments · Fixed by #854

Comments

@shermansiu
Copy link
Contributor

shermansiu commented Oct 14, 2023

In setup.py, setup is called with python_requires='>=3.7,<3.10',. (setup also does not include 'Programming Language :: Python :: 3.10' as one of the classifiers.)

As a result, it cannot be installed in Python 3.10.

@tianjianjiang
Copy link
Contributor

@shermansiu As far as I can recall, that is to fit other major dependencies. I can try to relax the Python one without touching those dependencies, though. +CC @stephenbach @VictorSanh

@shermansiu
Copy link
Contributor Author

The current workaround is to clone the repo, modify setup.py and install the package locally. It's not ideal though.

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

Successfully merging a pull request may close this issue.

2 participants