-
Notifications
You must be signed in to change notification settings - Fork 71
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
Python Version #22
Comments
same question, have you solved it ? |
hiya, thank you for your attention~ I just checked it, we use Python 3.7.11 when submitting this repo~ hoping it might help you~ |
hi,have you solved it ? |
same question, have you solved it ? |
Hello, I tried PYTHON 3.7.11 and PYTHON 3.8 and PYTHON 3.9 but it didn't work |
What python version are you using?
pip install -r requirements.txt is not supporting below python 3.9
When I run pip install -r requirements.txt on PYTHON 3.9, I get the following errors
ERROR: Could not find a version that satisfies the requirement tensorboard-plugin-wit==1.6.0 (from versions: 1.6.0.post2, 1.6.0.post3, 1.7.0, 1.8.0, 1.8.1)
ERROR: No matching distribution found for tensorboard-plugin-wit==1.6.0
When I run pip install -r requirements.txt on PYTHON 3.10 and PYTHON 3.11, I get the following errors
ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.1 (from versions: 1.3.6)
ERROR: No matching distribution found for mkl-fft==1.3.1
Please guide about your specific python version
The text was updated successfully, but these errors were encountered: