You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
I'm trying to build pytorch from source but it seems only python3.6 is supported to do that. However I am unable to install python3.6 in termux-ubuntu - if I run apt install python3, it automatically installs version 3.8. I searched but it seems no 3.6 package is available by deafult.
Any help on this?
Thanks
The text was updated successfully, but these errors were encountered:
To do what you intend...you can use the following command..
First Make Sure that the package version you need to install exists... Use apt-cache madison [packagename]
2 . If the package version you're trying to install exists, simply run apt-get install [packagename]=[DesiredVersion]
Hope this Solves your Query!! 🖖🏻
for more help contact through gmail: [email protected]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to build pytorch from source but it seems only python3.6 is supported to do that. However I am unable to install python3.6 in termux-ubuntu - if I run apt install python3, it automatically installs version 3.8. I searched but it seems no 3.6 package is available by deafult.
Any help on this?
Thanks
The text was updated successfully, but these errors were encountered: