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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -