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

ncNet can't work with python 3.10 #2

Open
poludmik opened this issue Sep 6, 2023 · 0 comments
Open

ncNet can't work with python 3.10 #2

poludmik opened this issue Sep 6, 2023 · 0 comments

Comments

@poludmik
Copy link

poludmik commented Sep 6, 2023

README states that the required python version is 3.6+.
However, when trying to install requirements.txt with on top of python3.10, it won't install.

Errors such as "ERROR: Could not find a version that satisfies the requirement torchtext==0.8 (from versions: 0.1.1, 0.2.0, 0.2.1, 0.2.3, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.1, 0.15.2)
ERROR: No matching distribution found for torchtext==0.8" follow.

pytorch==1.7. in requirements.txt was not supporting e.g. python3.10 at the moment.

Problem was solved by switching to python version 3.7. Consider changing Python3.6+ in README to Python3.6 to 3.7.

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

1 participant