Usually I let Codex decide which Python packages to use for the implementation of a feature. Since I don’t know beforehand which one it will decide on, I gave unrestricted internet access in the environment settings so it can install necessary packages on the run:
Despite these settings Codex gets blocked randomly. This is one of the messages I get from Codex:
Network access
Some requests to install
torchwere blocked due to network access restrictions. Consider granting access to the following domains:
pypi.org(pip install attempts)files.pythonhosted.org(package downloads)
The blocks appear to be random. I have seen situations where the very same package can be installed in a different version of the same task.
Am I missing something or is this a bug in the environment settings?
