GWSL-Source
GWSL-Source copied to clipboard
Nothing happens when running build.py
trafficstars
So I have the following:
- Downloaded the code
- Installed python - First problem
- Created virtual environment and activated it
- Installed dependencies
- Ran ./build.pyu - Second problem
First problem:
pip file specifies
[requires]
python_version = "3.8"
Github page
The official build currently runs on Python 3.7
So which one is it?
Second problem
Absolute nothing happens when running ./build.py, powersehll immediately displays the prompt
How do I build the exe?