Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I am getting this error when trying to compile the project:
$ python3 scripts/build.py
Traceback (most recent call last):
File "scripts/build.py", line 12, in <module>
Paths = PathVar.split(';')
AttributeError: 'NoneType' object has no attribute 'split'
How do I fix this?