Description of problem
Even importing Brain doesn’t seem to work.
Minimal code to reproduce problem
from brain2 import *
What you have aready tried
I made sure Brian is installed, and everything worked as it should.
Full traceback of error (if relevant)
>>> from brain2 import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'brain2'