使用 pip 下载 Windows x86 64 软件包的平台标签是什么?
我需要将软件包下载到我的Mac上以将其传输并在离线PC上安装。
我正在尝试做:
pip download --only-binary=:all: --python-version 39 --abi cp39 --platform winx86-64 opencv-python numpy matplotlib
但这显然是错误的平台标签。我如何找出要服用哪一个?
I need to download a package to my Mac to transfer and install it on an offline PC.
I am trying to do:
pip download --only-binary=:all: --python-version 39 --abi cp39 --platform winx86-64 opencv-python numpy matplotlib
But that's obviously the wrong platform tag. How do I find out which one to take??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论