dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
958 stars 123 forks source link

Python not found when "make update" #61

Open adbttrue opened 11 months ago

adbttrue commented 11 months ago

i have already set the python path in environment variable but still giving me error

C:\blender-git>cd goo-engine

C:\blender-git\goo-engine>make update Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version.


Visual Studio 2019 Developer Command Prompt v16.11.30 Copyright (c) 2021 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64' Compiler Detection successful, detected VS2019

The required external libraries in "C:\blender-git\goo-engine..\lib\win64_vc15" are missing

Would you like to download them? (y/n)n

Error: Required libraries not found at ""C:\blender-git\goo-engine..\lib\win64_vc15"" This is needed for building, aborting

C:\blender-git\goo-engine>

thorn-neverwake commented 9 months ago

> Would you like to download them? (y/n)n

The error message told you the problem, offered to try and fix it (and download the required libraries) and you said No.