Skip to content
inXS212 edited this page Mar 26, 2018 · 3 revisions

FAQ

Debugging and commun 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

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

I can't find my error in this FAQ !

Concider posting it in Issues Or asking it on Our Discord

If however you already know about the solution add it here.

Clone this wiki locally