You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twobackfromtheend edited this page Mar 27, 2018
·
3 revisions
FAQ
Debugging common issues
NumPy not found:
Error:
E:\RLBOT\Saltie-master>runner.py
Traceback (most recent call last):
File "E:\RLBOT\Saltie-master\runner.py", line 13, in <module>
import bot_manager
File "E:\RLBOT\Saltie-master\bot_manager.py", line 10, in <module>
import numpy as np
ImportError: No module named numpy
Solution
Try running it through a different python instance: