You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given
A corporate network where local machines have to access the internet via a socks proxy with the following ennvar:
ALL_PROXY=socks5://10.124.98.12:1085
When
We have boostrapped pip and tested things duing a NetBox install by installing PySocks into the netbox venv from a local .whl file.
Then
Subsequently, the NetBox upgrade.sh promptly deletes the venv we carefully prepared, and instantly bombs, with
ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.
Do we patch upgrade.sh to not delete the venv we carefully prepared, or is there some "magic" we need to apply as params to stop our Socks-enabled venv from being blown away?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Given
A corporate network where local machines have to access the internet via a socks proxy with the following ennvar:
ALL_PROXY=socks5://10.124.98.12:1085When
We have boostrapped pip and tested things duing a NetBox install by installing PySocks into the netbox venv from a local
.whlfile.Then
Subsequently, the NetBox
upgrade.shpromptly deletes the venv we carefully prepared, and instantly bombs, withERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.upgrade.shto not delete thevenvwe carefully prepared, or is there some "magic" we need to apply as params to stop our Socks-enabled venv from being blown away?Beta Was this translation helpful? Give feedback.
All reactions