導航:首頁 > 編程語言 > pip安裝python三方庫

pip安裝python三方庫

發布時間:2023-03-10 06:12:18

『壹』 python第三方庫如何安裝

1、在cmd命令行直接使用pip install 包名命令安裝
示例:

注意:安裝成功會顯示Successfully installed keras,如果出現黃色字體警告,是由於pip庫包不是最新的,但keras庫已成功安裝,可隨後對pip包進行更新,更新命令:python -m pip install --upgrade pip。
2、手動下載第三方庫,然後在cmd命令行使用pip install 下載文件名命令安裝下載的第三方庫(https://www.lfd.uci.e/~gohlke/pythonlibs/)
更多Python知識請關注Python自學網

『貳』 python用了第三方庫怎麼在其他地方用

python用了第三方庫在其他地方用的方法是採用pip工具安裝。因為python自帶了包管理器,在使用第三方庫之後在別的地方可以使用pip命令自動安裝,然後就可以在別的地方也使用這些第三方庫了。

『叄』 如何在安裝pip3以及第三方python庫

『肆』 python 第三方庫怎麼安裝

【方法一】: 通過setuptools來安裝python模塊
首先下載
NOTE: 最好下載個setuptools,本人是15.2版本,裡麵包含了ez_setup
運行 python ez_setup.py
D:\work\installation\setuptools-15.2\setuptools-15.2>python ez_setup.py > 1.txt
Extracting in c:\users\admini~1\appdata\local\temp\tmpbxikxf
Now working in c:\users\admini~1\appdata\local\temp\tmpbxikxf\setuptools-15.2
Installing Setuptools
......
Copying setuptools-15.2-py2.7.egg to c:\python27\lib\site-packages
setuptools 15.2 is already the active version in easy-install.pth
Installing easy_install-script.py script to C:\Python27\Scripts
Installing easy_install.exe script to C:\Python27\Scripts
Installing easy_install-2.7-script.py script to C:\Python27\Scripts
Installing easy_install-2.7.exe script to C:\Python27\Scripts

Installed c:\python27\lib\site-packages\setuptools-15.2-py2.7.egg
Processing dependencies for setuptools==15.2
Finished processing dependencies for setuptools==15.2

運行 easy_install py
D:\work>easy_install py #py 為第三方庫文件
Searching for py
Best match: py 1.4.26
Adding py 1.4.26 to easy-install.pth file

Using c:\python27\lib\site-packages
Processing dependencies for py
Finished processing dependencies for py

【方法二】: 通過pip來安裝python模塊
安裝 easy_install pip
D:\work>easy_install pip
Searching for pip
Best match: pip 6.1.1
Processing pip-6.1.1-py2.7.egg
pip 6.1.1 is already the active version in easy-install.pth
Installing pip-script.py script to C:\Python27\Scripts
Installing pip.exe script to C:\Python27\Scripts
Installing pip2.7-script.py script to C:\Python27\Scripts
Installing pip2.7.exe script to C:\Python27\Scripts
Installing pip2-script.py script to C:\Python27\Scripts
Installing pip2.exe script to C:\Python27\Scripts

Using c:\python27\lib\site-packages\pip-6.1.1-py2.7.egg
Processing dependencies for pip
Finished processing dependencies for pip

運行 pip install xlrd
Usage:
pip <command> [options]

Commands:
install Install packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
search Search PyPI for packages.
wheel Build wheels from your requirements.
zip DEPRECATED. Zip indivial packages.
unzip DEPRECATED. Unzip indivial packages.
help Show help for commands.

General Options:
-h, --help Show help.
--isolated Run pip in an isolated mode, ignoring
environment variables and user configuration.
-v, --verbose Give more output. Option is additive, and can be
used up to 3 times.
-V, --version Show version and exit.
-q, --quiet Give less output.
--log <path> Path to a verbose appending log.
--proxy <proxy> Specify a proxy in the form
[user:passwd@]proxy.server:port.
--retries <retries> Maximum number of retries each connection should
attempt (default 5 times).
--timeout <sec> Set the socket timeout (default 15 seconds).
--exists-action <action> Default action when a path already exists:
(s)witch, (i)gnore, (w)ipe, (b)ackup.
--trusted-host <hostname> Mark this host as trusted, even though it does
not have valid or any HTTPS.
--cert <path> Path to alternate CA bundle.
--client-cert <path> Path to SSL client certificate, a single file
containing the private key and the certificate
in PEM format.
--cache-dir <dir> Store the cache data in <dir>.
--no-cache-dir Disable the cache.
--disable-pip-version-check
Don't periodically check PyPI to determine
whether a new version of pip is available for
download. Implied with --no-index.

【方法三】:直接從網上下載下可執行文件來安裝.
比如說,去 >>> pythonlibs <<< 網站,提供了很多Python非官方包下載,二進制文件,下載安裝方便.

閱讀全文

與pip安裝python三方庫相關的資料

熱點內容
為什麼周年慶伺服器喇叭掉價了 瀏覽:213
pdf橡皮擦注冊碼 瀏覽:360
櫻校設置id時出現伺服器錯誤該怎麼辦 瀏覽:730
涉及到年份求星期幾的演算法 瀏覽:557
linux防止攻擊 瀏覽:990
已加密的pdf如何刪減頁 瀏覽:794
基於c51單片機 瀏覽:766
編譯的編怎麼寫 瀏覽:615
單片機的冰箱溫度控制的設計 瀏覽:940
蘇東坡全集pdf 瀏覽:799
提升vue編譯速度 瀏覽:490
魚竿裁布尺寸計演算法 瀏覽:70
壓縮機飲水機價格 瀏覽:283
win7linux切換 瀏覽:555
dos命令中提示拒絕訪問 瀏覽:269
js調用java後台方法 瀏覽:311
我的世界命令教程 瀏覽:382
程序員生活中的自律習慣 瀏覽:162
java中編譯與載入 瀏覽:567
正版秒贊源碼官網 瀏覽:104