Hi every one.
I'm trying to build the engine, but I'm having a problem when I run "scons platform=windows vsproj=yes". I have installed Scons 3.1.1 Python 3.7.0, VSCommunity 2019 with C++ obviusly and I have downloaded Godot 3.2.3 source code from github.
Running scons platform=windows vsproj=yes
in cmd, I have this error from methods.py file:
C:\Camilo\tools\godot\src\godot-3.2.3-stable>scons platform=windows vsproj=yes
scons: Reading SConscript files ...
Configuring for Windows: target=debug, bits=default
Found MSVC version 14.2, arch amd64, bits=64
ModuleNotFoundError: No module named 'version':
File "C:\Camilo\tools\godot\src\godot-3.2.3-stable\SConstruct", line 529:
methods.update_version(env.module_version_string)
File "C:\Camilo\tools\godot\src\godot-3.2.3-stable\methods.py", line 62:
import version
I will be grateful by some help that you could give me.
Thank you.