Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在无法访问 Internet 的实验室计算机上安装 matplotlib。由于它的完整实现需要六个,我无法运行具有 matplotlib 模块的脚本。我知道如何使用 pip 安装六个,但是当没有互联网访问时我被卡住了。提前致谢!
您可以通过运行来安装软件包,pip install six-1.9.0.tar.gz这需要您以six-1.9.0.tar.gz某种方式复制到机器上。
pip install six-1.9.0.tar.gz
six-1.9.0.tar.gz