Home > OS >  Couldn't find version of Python3 even though its installed
Couldn't find version of Python3 even though its installed

Time:11-13

Image of the error

when installing module on NPM i get this error and i have python 3 installed and ENV path set.

tried to install a NPM module and expected to install

CodePudding user response:

Try 'python'? Reset your path and reload cmd? Maybe ">=3.7" instead of "> =3.7"?

CodePudding user response:

Deleting Python and installing from Microsoft Store somehow fixed my problem.

  • Related