bthalenberg@bthalenberg-K46CA ~ $ pip freezeBeautifulSoup==3.2.1Cython==0.24Jinja2==2.7.2Mako==0.9.1MarkupSafe==0.18PAM==0.4.2Pillow==2.3.0PyYAML==3.10Pygments==1.6Sphinx==1.2.2Theano==0.8.2Twisted-Core==13.2.0Twisted-Names==13.2.0Twisted-Web==13.2.0apt-xapian-index==0.45apturl==0.4.1ubuntu4argparse==1.2.1astroid==1.0.1boto==2.40.0bz2file==0.98ccsm==0.9.11.3chardet==2.0.1colorama==0.2.5command-not-found==0.3compizconfig-python==0.9.11.3configglue==1.1.2configobj==4.7.2debtagshw==0.1decorator==3.4.0defer==1.0.6dirspec==13.10dnspython==1.11.1docutils==0.11duplicity==0.6.23feedparser==5.1.3gensim==0.12.4html5lib==0.999httplib2==0.8httpretty==0.8.10ipython==1.2.1lockfile==0.8logilab-common==0.61.0lxml==3.3.3matplotlib==1.3.1mercurial==2.8.2nltk==2.0b9numpy==1.8.2oauthlib==0.6.1oneconf==0.3.7.14.04.1paramiko==1.10.1pep8==1.4.6pexpect==3.1piston-mini-client==0.7.5protobuf==2.5.0psutil==1.2.1pyOpenSSL==0.13pycrypto==2.6.1pycups==1.9.66pycurl==7.19.3pyflakes==0.8.1pygobject==3.12.0pyinotify==0.9.4pylint==1.1.0pyparsing==2.0.1pyserial==2.6pysmbc==1.0.14.1python-apt==0.9.3.5ubuntu2python-dateutil==1.5python-debian==0.1.21-nmu2ubuntu2python-xlib==0.14pytz==2012cpyxdg==0.25pyzmq==14.0.1reportlab==3.0requests==2.2.1roman==2.0.0rope==0.9.2scipy==0.13.3sessioninstaller==0.0.0simplegeneric==0.8.1six==1.5.2smart-open==1.3.3spyder==2.2.5system-service==0.1.6uTidylib==0.2urllib3==1.7.1wheel==0.24.0wsgiref==0.1.2zope.interface==4.0.5
bthalenberg@bthalenberg-K46CA ~ $ pythonPython 2.7.11 (default, Mar 2 2016, 16:20:34)[GCC 4.8.4] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import gensimTraceback (most recent call last):File "<stdin>", line 1, in <module>ImportError: No module named gensim>>> from gensim import corporaTraceback (most recent call last):File "<stdin>", line 1, in <module>ImportError: No module named gensim>>> exit()bthalenberg@bthalenberg-K46CA ~ $ python3Python 3.4.3 (default, Oct 14 2015, 20:28:29)[GCC 4.8.4] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import gensimTraceback (most recent call last):File "<stdin>", line 1, in <module>ImportError: No module named 'gensim'>>>
--
You received this message because you are subscribed to a topic in the Google Groups "gensim" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gensim/3-wlZ2YYIzM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gensim+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.