BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
509 stars 157 forks source link

Error with numpy package on windows #82

Closed BurnySc2 closed 4 years ago

BurnySc2 commented 4 years ago

Reported by Merk in discord:

RuntimeError: The current Numpy installation ('C:\Users\****\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

Solution: Limit numpy to version 1.19.3 or older