hello Vinh,
Thanks for the reply. Where did you want me to run source ~/.bashrc. i ran
it on the terminal. nothing happened. i also ran
export PYTHONPATH =$PYATHONPATH:/home/manish/nta. i still get import error
for validictory module..
manish@manish-pc:/nupic/examples/opf/bin$ python
OpfRunExperiment.pyTraceback (most recent call last):
File "OpfRunExperiment.py", line 29, in <module>
from nupic.frameworks.opf.experiment_runner import (runExperiment,
File
"/home/manish/nta/eng/lib/python2.7/site-packages/nupic/frameworks/opf/experiment_runner.py",
line 37, in <module>
from nupic.data import jsonhelpers
File
"/home/manish/nta/eng/lib/python2.7/site-packages/nupic/data/jsonhelpers.py",
line 42, in <module>
import validictory
ImportError: No module named validictory
by bashrc contains
# Installation path
export NTA=$HOME/nta/eng
# Target source/repo path. Defaults to $PWD
# Don't forget change the /PATH/
export NUPIC=/nupic/
# Convenience variable for temporary build files
export BUILDDIR=/tmp/ntabuild
# Number of jobs to run in parallel (optional)
export MK_JOBS=3
# Set up the rest of the necessary env variables. Must be done after
# setting $NTA.
source $NUPIC/env.sh
thanks..
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org