-
Notifications
You must be signed in to change notification settings - Fork 314
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: Package 'jittor' requires a different Python: 2.7.17 not in '>=3.7' #7
Comments
First you need to install python3.7 and you can run |
hi,after execute this command : sudo apt install python3.7 and then execute python3.7 -m pip install ./jittor, python3.7 -m pip install ./jittor |
Hello,if you cannot install dependencies from pip, please check the network environment. |
hello,thanks for reply,I am online,but actually have problems when I try to use pip to instal something,so I chang the source to aliyun source in order to install numpy etc, |
hello,after I execute the comand in ubuntu 18.04
sudo pip install ./jittor
and get error :ERROR: Package 'jittor' requires a different Python: 2.7.17 not in '>=3.7'
The text was updated successfully, but these errors were encountered: