The log left in the Anaconda Prompt is so long, I physically can\'t copy & paste it all. At the moment is that I am currently attempting to follow Serpent.AI\'s own Windows
Please note SerpentAI declared End of life
This a problem with Cython. The problem is that Cython 0.26 is incompatible with Python 3.7 because Cython named a variable await
and the name became a reserved keyword in Python 3.7.
I can think of a few solutions for the problem First, downgrade Python: use Python 3.5 or 3.6.
If you really need Python 3.7 you can clone SerpentAI sources, fix Cython version in setup.py
and install from the modified sources with pip install .