Comment on SimpleAI: Artificial Intelligence with PythonComments−mikle13yThis is awesome. I really want to play with some AI lib and all of the ones I tried have way too many problems compiling on Windows. pip install them fails too. I don't want to spend time compiling libraries.This one just worked. This is the Python way.−ddorian4313yHave you tried active python? Pypm install has many libraries compiled for windows.−mikle13yI totally forgot about it. You are right, I might give some of the more hardcore ones after I'm done playing with this one. Thanks!
Comments
This is awesome. I really want to play with some AI lib and all of the ones I tried have way too many problems compiling on Windows. pip install them fails too. I don't want to spend time compiling libraries.
This one just worked. This is the Python way.
Have you tried active python? Pypm install has many libraries compiled for windows.
I totally forgot about it. You are right, I might give some of the more hardcore ones after I'm done playing with this one. Thanks!