长话短说,我的工作计算机有网络限制,这意味着尝试在 cmd 中使用 pip install
只会导致超时/找不到包错误。
Instead I have tried to download the tar.gz file of the packages I want, however, I do not know how to install them. I've extracted the files from the tar.gz file and there is a "setup" file within but it's not doing much for me.
If someone could explain how to install python packages in this manner without using pip install
on windows that would be amazing.