I want to install PyBrain to Python3.6(Windows 7). In errors I encoutered file pybrain/structure/init.py I fixed imports and set PYTHONPATH to load structures package. Now it looks like this:
from connections import *
from modules import *
from networks.__init__ import *
from modulemesh import ModuleMesh
Now I get this error:
from modulemesh import ModuleMesh
ModuleNotFoundError: No module named 'modulemesh'
I could not faind what the modulemesh package is in internet. What is it and how can I install it?
Hey I would prefer visiting here or try reinstalling it.