aydinyanik / clarisse_survival_kit

Clarisse Survival Kit is a set of Python functions for Clarisse to automate repetitive processes such as importing generic textures, Megascans assets and mixing materials.
GNU General Public License v3.0
76 stars 11 forks source link

Clarisse Survival Kit instal problem #32

Open atilla3d opened 2 years ago

atilla3d commented 2 years ago

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.

aydinyanik commented 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.

atilla3d commented 2 years ago

Thanks. Works great.

atilla3d commented 2 years ago

Teşekkürler.