How can I install modulemesh package for Python PyBrain

40 Views Asked by At

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?

2

There are 2 best solutions below

0
endvr On BEST ANSWER

Hey I would prefer visiting here or try reinstalling it.

also here for complete setup filele

0
incop On

Hey here is your required modulemesh