<#21858 restricted internet access environment - e...
# github-notifications
c
#21858 restricted internet access environment - error running goals Issue created by benhason1 Hi,I’m working in a company which have restricted access to the internet. I’m trying to make a small python project with formatter and linter. I configured everything I can to access local repository(pex-tool, pypi repositories etc..) and when I’m doing
pants run python/main.py
everything runs fine. But when I’m trying to run
pants lint ::
I’m getting error that it’s trying to install some packages (from the lock file of black - files.pythonhosted.org … ) and I can’t see anywhere I can override it.. I would like some help if someone tackled it before pantsbuild/pants