https://github.com/osquery/osquery logo
Title
n

Naufal Jamal

11/30/2022, 10:06 PM
hello could someone please help with this error
>>> 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

sharvil

12/07/2022, 10:49 AM
I am assuming that this is osquery-python..?
thrift
is a required dependency, so you might have to install it with
pip