I work on a machine that has anaconda 4.10.3 pre-installed. I am unable to update it to a newer version. The problem with this version is that it interprets "Python 3.10.2" as "Python 3.1". It cuts of the version number after the first character behind the dot. When I try to install pytorch I get the following error:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.1
Is there a possibility to ignore this error and just continue with the installation?
source https://stackoverflow.com/questions/71300065/anaconda3-ignore-packagesnotfounderror
Comments
Post a Comment