Open atilla3d opened 2 years ago
The installation either installs the Python 2 or 3 version depending on which Python you used to install it.
In your case Python 2.7 probably is in your Path environment variables before the Python 3 version. Or maybe the Python 3 version isn't in your PATH at all. That's why it installed the Python 2 version again.
To fix this first you should check your environment variables.
C:\Users\XXXXXX\AppData\Local\Programs\Python\Python37
for the Python root folder and C:\Users\XXXXXX\AppData\Local\Programs\Python\Python37\Scripts
for the scripts folder.python .\setup.py install
target the Python 3 exe file manually and type it like this(replace XXXXX again with your windows username):
C:\Users\XXXXXX\AppData\Local\Programs\Python\Python37\python.exe .\setup.py install
. This way it will use Python 3 and install it in the proper location.Thanks. Works great.
Teşekkürler.
Hi, I download new python 3 version and install it. But i have a problem.
00:00:09 Traceback (most recent call last): 00:00:09 File "", line 1, in
00:00:09 ModuleNotFoundError: No module named 'clarisse_survival_kit'
00:00:09
Please Help.