Ubuntu24.04LTS中使用pip install时显示如下信息:
Installing python dependencies from requirements.txt ERROR: Could not
install packages due to an OSError: Missing dependencies for SOCKS
support.
解决办法:终端输入:
unset all_proxy
unset ALL_PROXY
Ubuntu24.04LTS中使用pip install时显示如下信息:
Installing python dependencies from requirements.txt ERROR: Could not
install packages due to an OSError: Missing dependencies for SOCKS
support.
解决办法:终端输入:
unset all_proxy
unset ALL_PROXY