1

I am trying to install a python package (tia) but I am behind a proxy at work, so i cant install anything using pip/conda.

Usually I have found the tz.gar installation files for a package and installed it manually. But with this tia package I havent been able to locate that file.

Do any of you have any other ideas how I can install packages without pip/conda and without the tz.gar file? (I dont have any passowords for the proxy and I dont want to try to bypass it somehow)

1 Answers1

1

I am assuming you do have access to the GitHub source code of tia.

https://github.com/bpsmith/tia

You can clone this repo, copy it over and then simply run

python setup.py install
Jay
  • 460
  • 3
  • 11