I am trying to install some modules within python, they either say that the module is installed in the directory: python36-32\lib\site-packages or the directory: python\python36\site-packages
Asked
Active
Viewed 1,488 times
0
-
1Did you install python twice? Maybe python comes preinstalled on your machine. What OS is this? – FHTMitchell Jun 19 '18 at 11:40
-
@ FHTMitchell I am using windows 10, and I have only installed python once, but I have repaired it a couple times. – Dimitriy Kruglikov Jun 19 '18 at 11:51
-
I'd suggest to look which python installation is in %PATH% with `path` at command prompt. I think you somehow installed or tried installing a 32bit version too. also worth a look: https://stackoverflow.com/questions/647515/how-can-i-find-where-python-is-installed-on-windows – Evgeny Jun 19 '18 at 12:12