Hi Robert,

Could you start a bash command window and run 'pip list'. Then copy and
paste the output into a reply so we can see what version of packages you
have installed with Python. Or just let us know from that list what version
of the setuptools package you have installed?

The markerlib package has been part of setuptools for quite a few years
now, so it'd be great to find out which version you are using. There has
been some very recent changes with the markerlib side of setuptools that
may be leading to this import error [1].

Regards, Richard.

1 https://pythonhosted.org/setuptools/history.html


On Sat, Mar 5, 2016 at 7:08 AM, robert bartley <[email protected]
> wrote:

> Hi I am new to python as well as other programming language. I have
> followed your updated version guide step by step on how to install nupic on
> Ubuntu 14.04. All went well until I got to
>
> python $NUPIC/scripts/run_nupic_tests.py-u
>
> When running testI got an error stating
>
> from _markerlib import compile as compile_marker
> ImportError: No module named _markerlib
>

Reply via email to