安裝notedown時出現"python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-By7yob/
notedown外掛可以開啟Markdown檔案,用起來很方便。可是最近在Python2.7+caffe2環境下安裝notedown的時候卻出現了很多問題。
1. Python3.6 + notedown
對於Python3.0以上的版本,可以直接
使用下面的指令
pip install notedown
或者用下面的指令
pip install https://github.com/mli/notedown/tarball/master
2. Python2.7 + notedown
使用上面的方法在Python2.7環境下安裝notedown的時候,會出現下面的問題:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-By7yob/
本人經過多次實驗,最終發現是因為notedown的版本太高引起的,最新的notedown的版本為1.5.1,而Python2.7不能相容這個版本,將版本降低就可以解決問題:
pip install notedown==1.5.0
相關推薦
安裝notedown時出現"python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-By7yob/
notedown外掛可以開啟Markdown檔案,用起來很方便。可是最近在Python2.7+caffe2環境下安裝notedown的時候卻出現了很多問題。 1. Python3.6 + notedown 對於Python3.0以上的版本,可以直接 使用下面
安裝notedown時出現"python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-By7yob/
notedown外掛可以開啟Markdown檔案,用起來很方便。可是最近在Python2.7+caffe2環境下安裝notedown的時候卻出現了很多問題。 1. Python3.6 + notedown 對於Python3.0以上的版本,可以直接 使用下面的指令
pip安裝軟體時出現Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*的解決方案
本文只提供本人的一些經驗,不代表可以解決所有人的問題。 pip安裝軟體時出現:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*(其中×與要安裝的軟體有關) 比如安
安裝jupyter 時Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-bu、ipnel/ 問題解決
解決方法,升級pip sudo python -m pip install --upgrade --force pip sudo pip install setuptools==33.1.1 報錯: File "/usr/bin/pip", line 9, in &
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qvc66dfs/supervisor/
dfs comm png iso mage str pip sta style # 安裝supervisor 出錯 pip3 install supervisor # 解決 sudo pip3 install supervisor Command "pyt
出現Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*解決辦法
我在使用sudo pip install jupyter的時候出現了Command "python setup.py egg_info" failed with error code 1 in /tmp
解決安裝ipython時Command "python setup.py egg_info" failed with error code 1 in /tmp
ipython pip failed python2.7 ipython 6.0+ 最近使用ubuntu16.04 server版安裝ipython的時候一直在報錯:IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.
安裝 pyspark 出現 "python setup.py egg_info" failed with error code 1 in C:\Users\ZHANGZ~1\...
在安裝pyspark時執行pip install pyspark後報如下錯誤: File “d:\python36\lib\site-packages\setuptools\dist.py”, line 429, in fetch_build_egg return cmd.easy_inst
pip安裝出現Command "python setup.py egg_info" failed with error code 1 的解決方案
python安裝包的時候報錯: python setup.py egg_info" failed with error code
解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1
pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setu
pycharm18.2.4 + Python3.7.1 安裝salt報錯python pip install salt: Command "python setup.py egg_info" failed with error code 10 及解決方法
最近在使用Python3.7.1 + pycharm + salt編寫程式中需要用到salt模組,但是在pycharm中使用pip install salt 安裝時出現錯誤: 1、提示需要 microsoft visual c++ 14.0 解決方法:可以去官網http://land
安裝pyecharts報錯Command "python setup.py egg_info" failed with error code 1
在使用 pip install pyecharts 命令安裝pyechats 時,出現瞭如下錯誤: Command "python setup.py egg_info" failed with error code 1 in C:\Users\SEAVAN~1\AppData\Local\T
python上安裝matplotlib時,遇到python setup.py egg_info錯誤
我在windows上的pycharm上安裝matplotlib顯示沒有匹配版本,用cmd命令列安裝,出現python setup.py egg_info的錯誤。google了一下,自己去下需要的包,然後用cmd安裝。網址:https://www.lfd.uci
python安裝庫時候Command "python setup.py egg_info" failed with error code 1 解決方案
因比賽需要,需要安裝一個魔方庫 kociemba,使用python最佳 但是pip install kociemba,出現上述錯誤,於是各種baidu ,CSDN都看了,但是他們的方法都是說缺什麼esay_install啊,需要更新pip安裝工具之類的,我的pyt
python mysqlclient安裝失敗 Command "python setup.py egg_info" failed with error code 1
python2 python3 中程式碼 pip install mysqlclient 都安裝失敗的話, 很有可能是你的作業系統中沒有安裝mysql 如果確定已經安裝了,請忽略下面的內容. Ubuntu 下安裝 mysql的方法 sudo apt-get -y insta
解決Command "python setup.py egg_info" failed with error code 問題
當執行命令時 會出現這種情況 Command "python setup.py egg_info" failed with error code 出現這種情況的話,應該是 setuptools 沒有安裝。 開啟窗口出入 cmd 命令,輸入 pip ins
在windows上解決Command "python setup.py egg_info" fail
在windows上解決Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vXo1W3/pycurl問題 下截PyCurl庫 下載地址:https://www.lfd.uci.edu/~gohlk
Command "python setup.py egg_info" failed with error code 1 in C:\Users\w5659\AppData\Local\Temp\pip-install-t7uomu4r\xa dmin\
Error msg: C:\Users\w5659>pip install xadmin Collecting xadmin Using cached https://files.pythonhosted.org/packages/1d/e9/2ac160c532d0d462142fa90a
執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10
問題描述: 安裝了 python-3.7.2-amd64.exe ,在執行pip install xxx時報錯: command "python setup.py egg_info" failed with error code 10 解決辦法: step1. 執行pip inst
centOS pip install xgboost Command "python setup.py egg_info" failed 解決記錄
翻了兩個小時,一點點試,最後看到https://github.com/dmlc/xgboost/issues/2761裡面提到了更新gcc,查看了一下伺服器的gcc是4.7的,於是按照這裡https://stackoverflow.com/questions/36327805/how-to-inst