hello osquery team, i have a question in setup.py ...
# general
n
hello osquery team, i have a question in setup.py file. The host where i am trying to deploy this doesn't have internet. while running
sudo python setup.py install
its contacting internet to fetch these packages and just gets stuck. these packages are already in the host. how do i avoid fetching these packages from outside? currently my install stops at
Copy code
Searching for argparse>=1.1
Reading <https://pypi.python.org/simple/argparse/>
Copy code
install_requires=[
          "thrift>=0.10",
          "argparse>=1.1",
          "future",
      ],