-
Notifications
You must be signed in to change notification settings - Fork 25
FAQ
inXS212 edited this page Mar 26, 2018
·
3 revisions
Debugging and commun issues
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
May be running it through a different python instance:
c:\Python36-32\python.exe E:\RLBOT\Saltie-master\runner.py
Instead run it explicitly with the python instance that you installed tensorflow on
Concider posting it in Issues Or asking it on Our Discord
If however you already know about the solution add it here.