hello could someone please help with this error ``...
# general
n
hello could someone please help with this error
Copy code
>>> import osquery
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/osquery/__init__.py", line 33, in <module>
  File "build/bdist.linux-x86_64/egg/osquery/config_plugin.py", line 16, in <module>
  File "build/bdist.linux-x86_64/egg/osquery/extensions/ttypes.py", line 9, in <module>
ImportError: No module named thrift.Thrift
>>>
s
I am assuming that this is osquery-python..?
thrift
is a required dependency, so you might have to install it with
pip