Ai0796 / BDSP-Randomizers

MIT License
17 stars 5 forks source link

Running/Build error #34

Closed FeyrisTan closed 2 years ago

FeyrisTan commented 2 years ago

After doing pip install -r requirements.txt (python 3.8.10,windows) I try to run main.py and setup.py build. I can build it ok but it doesnt run neither with main.py or with the actual build:

main exe main py

Ai0796 commented 2 years ago

The way Red programmed the starter offset finder uses a case statement which was introduced in Python 3.10, you need 3.10 or higher to run it