python - ImportError: No module named tflearn -
above error comes when trying run script : "rgarg:pytutorial raghav$ python tflearn11.py"
it working fine in rodeo ide, if put "import tflearn "
in command line python interpreter works fine (even typed full script in command line , worked fine w/o import issue) .
my packages in same location have given in bash (mac os el captain)
export pythonpath=$pythonpath:/usr/local/lib/python2.7/site-packages
a similar problem found link not getting how can remove path(0) when running python interpreter.
thanks
as @two-bit mentioned used virtualenvs link.
but please make sure use below installation of virtualenvs
$ sudo easy_install virtualenvs
instead of pip install virtualenvs.
Comments
Post a Comment