IPython的安裝及問題解決
IPython是python的一個第三方庫,本來使用pip(類似於linux的yum)工具是很容易安裝的,但是因為版本原因有時會出些問題,比如2.7.x版本的不能安裝IPython的最新版本,會報錯:
報錯如下:
[root@iZ2ze7qh6q0di3qkvef1dzZ ~]# pip install ipython Looking in indexes: Collecting ipython Downloading (5.1MB) 100% |████████████████████████████████| 5.1MB 97.5MB/s Complete output from command python setup.py egg_info: IPython 7.0+ supports Python 3.5 and above. When using Python 2.7, please install IPython 5.x LTS Long Term Support version. Python 3.3 and 3.4 were supported up to IPython 6.x. See IPython `README.rst` file for more information: Python sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0) detected. ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-MKVcGm/ipython/
這時候就需要一種方法來測試下當前都有什麼版本,用如下命令 pip install ipython==0000,0000是胡亂寫的,這樣就會提示所有的版本,我們找一箇中間的,別太新就行,本例是用5.3.0
(helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# pip install ipython==0000 Looking in indexes: Collecting ipython==0000 Could not find a version that satisfies the requirement ipython==0000 (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1) No matching distribution found for ipython==0000 (helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# (helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# (helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# pip install ipython==5.3.0
安裝之後查下都安裝了那些元件用pip list
(helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# pip list Package Version ---------------------------------- ------- backports.shutil-get-terminal-size 1.0.0 decorator 4.3.0 enum34 1.1.6 ipython 5.3.0 ipython-genutils 0.2.0 pathlib2 2.3.2 pexpect 4.6.0 pickleshare 0.7.5 pip 18.1 prompt-toolkit 1.0.15 ptyprocess 0.6.0 Pygments 2.2.0 redis 2.10.6 scandir 1.9.0 setuptools 40.5.0 simplegeneric 0.8.1 six 1.11.0 traitlets 4.3.2 wcwidth 0.1.7 wheel 0.32.2
現在ipython就可以用了
(helloworld) [root@iZ2ze7qh6q0di3qkvef1dzZ bin]# ipython Python 2.7.5 (default, Aug 4 2017, 00:39:18) Type "copyright", "credits" or "license" for more information. IPython 5.3.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. In [1]: print " hello world" hello world
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2219148/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- redis安裝及問題解決Redis
- django安裝xadmin及問題解決Django
- 原始碼安裝apache(附遇到的問題及解決)原始碼Apache
- 安裝mysql資料庫及問題解決方法MySql資料庫
- MAC 安裝 VMAF 遇到的問題及解決方法記錄Mac
- Windows 安裝 MySQL 5.7.20 教程(及常見問題解決)WindowsMySql
- 安裝 laraBBS 原始碼包可能會碰到的問題及解決方法原始碼
- CentOS 7下yum安裝Apache及不解析php問題的解決CentOSApachePHP
- Python-python3.8安裝turtle的各種問題及解決方案Python
- Fedora下FCITX輸入法安裝及問題排查解決詳解
- pyenv、ipython、jupyter的安裝使用Python
- Windows下ElasticSearch安裝中的問題解決WindowsElasticsearch
- 解決macbook安裝burp suite遇到的問題MacUI
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- Pyaudio庫的安裝及問題
- Parallels Tools 無法安裝問題解決Parallel
- windows 安裝 MongoDB 卡主問題解決WindowsMongoDB
- 安裝vue/cli報錯問題解決Vue
- 解決 macOS 下 Python 3.8 安裝 mysqlclient 的問題MacPythonMySqlclient
- 安裝IE8後引發的兩個問題及解決辦法
- flutter安裝詳解--初體驗--問題解決Flutter
- CentOS7系統安裝虛擬環境,安裝及相關報錯問題解決方案、配置、問題解決、常見相關命令CentOS
- Flutter-安裝步驟及安裝遇到的問題Flutter
- 解決vscode安裝golang外掛(windows)問題VSCodeGolangWindows
- Anaconda 安裝 國內映象問題解決方案
- 解決vscode安裝後無法啟動的問題VSCode
- jenkins安裝的時候 提示字型問題的解決方法Jenkins
- linux mint 19 pyenv 安裝 python 3.7.0 問題解決LinuxPython
- Linux解決MySQL-python安裝失敗問題LinuxMySqlPython
- conda安裝r-base時PackagesNotFoundError問題解決PackageError
- Linux安裝Python3.11以及解決openssl問題LinuxPython
- 安裝 python3 後,yum 失效問題解決Python
- CentOS6.5安裝mysql以及常見問題的解決CentOSMySql
- Python 3安裝IPython過程分享Python
- Win10系統伺服器安裝MySQL8.0.13遇到的問題及解決方法Win10伺服器MySql
- 大快發行版DKhadoop安裝與配置常見問題及解決方法整理Hadoop
- Adobe系列安裝問題彙總,Adobe錯誤程式碼對照表及解決方案
- 記一次SQLServer2019安裝和解除安裝問題的解決過程SQLServer