Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created October 20, 2014 22:21
Show Gist options
  • Save sbenthall/4091b975b7c3164ccb35 to your computer and use it in GitHub Desktop.
Save sbenthall/4091b975b7c3164ccb35 to your computer and use it in GitHub Desktop.
(talon)sb@arcadia:~/projects/talon$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import talon
/home/sb/projects/talon/local/lib/python2.7/site-packages/pkg_resources.py:991: UserWarning: /home/sb/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "talon/__init__.py", line 2, in <module>
from talon import signature
File "talon/signature/__init__.py", line 27, in <module>
from . import extraction
File "talon/signature/extraction.py", line 7, in <module>
from PyML import SparseDataSet
ImportError: No module named PyML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment