Jaysmito101 / TerraForge3D

Cross Platform Professional Procedural Terrain Generation & Texturing Tool
https://Jaysmito101.github.io/TerraForge3D/
MIT License
967 stars 89 forks source link

Python syntax error in Setup.bat #41

Closed SirKnightTG closed 2 years ago

SirKnightTG commented 2 years ago

When running scripts/Setup.bat I am getting the following python error:

Traceback (most recent call last): File "Setup.py", line 6, in import Utils File "D:\Programming\TerraForge3D\scripts\Utils.py", line 27 print(f"URL Error encountered: {e.reason}. Proceeding with backup...\n\n") ^ SyntaxError: invalid syntax

What version of python is needed? I am running 2.7.5 and I don't see in the docs what version is expected.

Jaysmito101 commented 2 years ago

@SirKnightTG python 3 is needed