I wonder why this happen and I also want to use python 3.x
do you know what’s trying to install pytorch
? if it’s your own code you can fix it up as suggested.
glitch has that installed, run python3
instead of python
or python2
. and python3 -m pip
for pip
1 Like