gpt4 book ai didi

python - 如何使用pip下载和安装Python包和模块以及无法通过pip下载的包和模块?

转载 作者:太空宇宙 更新时间:2023-11-03 14:36:31 24 4
gpt4 key购买 nike

我正在尝试使用 pip 安装模块来运行一些基于 ML 的 python 程序。有人可以分享您对此的看法吗?我尝试谷歌搜索但没有找到解决方案...任何帮助将不胜感激。谢谢。

PS:- 我已经安装了 pip。

最佳答案

您可以转到安装 python 的路径,例如如下所示:

>>cd c:/users/demongking/python3/scripts
>>c:/users/demongking/python3/scripts>pip install pandas

您也可以访问http://www.lfd.uci.edu/~gohlke/pythonlibs/并下载轮文件(.whl),然后转到您的下载目录,从那里您可以执行以下操作:

>>c:/users/demonking/downloads>>c:/users/demongking/python3/scripts/pip 
install modulename.whl

或者,您可以下载 setup.py 文件,然后转到 cmd 并将目录更改为下载安装文件的目录,然后键入

>>python setup.py install

如果安装了多个版本,请务必写出 python 版本的全名

或者您也可以这样做:

>>py -version -m pip install modulename

其中 -version 是你的 python 版本

如果你想直接通过 cmd 将 pip 识别为命令,则必须更改 PATH 系统变量

>>In Search, search for and then select: System (Control Panel)
>>Click the Advanced system settings link.
>>Click Environment Variables. In the section System Variables, find the
PATH environment variable and select it. Click Edit. If the PATH
environment variable does not exist, click New.
>>In the Edit System Variable (or New System Variable) window, specify the
value of the PATH environment variable. Click OK. Close all remaining
windows by clicking OK.

路径将是包含 pip 的位置。例如,它会是这样的

c:/users/demongking/python3/scripts/pip

关于python - 如何使用pip下载和安装Python包和模块以及无法通过pip下载的包和模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46897717/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com