Hi
I did install the pycog using
"python setup.py install"
and also installed Theano and Cython as suggested.
I am trying to run the "fig_mante.py" code in the "paper" folder using the folowing command
"python fig_mante.py"
However, I get the following error
"D:\pycog\paper>python fig_mante.py
Traceback (most recent call last):
File "fig_mante.py", line 12, in
from examples.analysis import mante
ImportError: No module named examples.analysis"
Any idea how to resolve it? Are we able to run the python files in the paper folder as they are?
Thanks in advance and congratulate for the great work!
Hi
I did install the pycog using
"python setup.py install"
and also installed Theano and Cython as suggested.
I am trying to run the "fig_mante.py" code in the "paper" folder using the folowing command
"python fig_mante.py"
However, I get the following error
"D:\pycog\paper>python fig_mante.py
Traceback (most recent call last):
File "fig_mante.py", line 12, in
from examples.analysis import mante
ImportError: No module named examples.analysis"
Any idea how to resolve it? Are we able to run the python files in the paper folder as they are?
Thanks in advance and congratulate for the great work!