Skip to content
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:

c:\Python36-32\python.exe E:\RLBOT\Saltie-master\runner.py

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 you have faced an issue not listed here and have found the solution yourself, do add it here!

Clone this wiki locally