欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

報錯:Command "python setup.py egg_info

系統 1612 0

安裝pydensecrf時報錯:

            
              (venv) dorothy@dorothy-MS-7A94:~/project/venv/bin$ pip install pydensecrf
Collecting pydensecrf
  Using cached https://files.pythonhosted.org/packages/31/5a/1c2ab48e8019d282c128bc5c621332267bb954d32eecdda3ba57306b1551/pydensecrf-1.0rc3.tar.gz
Building wheels for collected packages: pydensecrf
  Running setup.py bdist_wheel for pydensecrf ... error
  Complete output from command /home/dorothy/project2/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6jjoctul/pydensecrf/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmph56xsy38pip-wheel- --python-tag cp35:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.5
  creating build/lib.linux-x86_64-3.5/pydensecrf
  copying pydensecrf/__init__.py -> build/lib.linux-x86_64-3.5/pydensecrf
  copying pydensecrf/utils.py -> build/lib.linux-x86_64-3.5/pydensecrf
  running build_ext
  building 'pydensecrf.eigen' extension
  creating build/temp.linux-x86_64-3.5
  creating build/temp.linux-x86_64-3.5/pydensecrf
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipydensecrf/densecrf/include -I/home/dorothy/project2/venv/include -I/usr/include/python3.5m -c pydensecrf/eigen.cpp -o build/temp.linux-x86_64-3.5/pydensecrf/eigen.o
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  pydensecrf/eigen.cpp:23:20: fatal error: Python.h: 沒有那個文件或目錄
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for pydensecrf
  Running setup.py clean for pydensecrf
Failed to build pydensecrf
Installing collected packages: pydensecrf
  Running setup.py install for pydensecrf ... error
    Complete output from command /home/dorothy/project2/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6jjoctul/pydensecrf/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-hgybpc8s-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/dorothy/project2/venv/include/site/python3.5/pydensecrf:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.5
    creating build/lib.linux-x86_64-3.5/pydensecrf
    copying pydensecrf/__init__.py -> build/lib.linux-x86_64-3.5/pydensecrf
    copying pydensecrf/utils.py -> build/lib.linux-x86_64-3.5/pydensecrf
    running build_ext
    building 'pydensecrf.eigen' extension
    creating build/temp.linux-x86_64-3.5
    creating build/temp.linux-x86_64-3.5/pydensecrf
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipydensecrf/densecrf/include -I/home/dorothy/project2/venv/include -I/usr/include/python3.5m -c pydensecrf/eigen.cpp -o build/temp.linux-x86_64-3.5/pydensecrf/eigen.o
    cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
    pydensecrf/eigen.cpp:23:20: fatal error: Python.h: 沒有那個文件或目錄
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    
    ----------------------------------------
Command "/home/dorothy/project2/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6jjoctul/pydensecrf/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-hgybpc8s-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/dorothy/project2/venv/include/site/python3.5/pydensecrf" failed with error code 1 in /tmp/pip-build-6jjoctul/pydensecrf/
You are using pip version 9.0.1, however version 19.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
            
          

解決方法:

            
              pip install pydensecrf
            
          

之前加上sudo,即:

            
              (venv) dorothy@dorothy-MS-7A94:~/project/venv/bin$ sudo pip install pydensecrf
sudo: /etc/sudoers.d 可被任何人寫
The directory '/home/dorothy/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/dorothy/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pydensecrf
  Downloading https://files.pythonhosted.org/packages/31/5a/1c2ab48e8019d282c128bc5c621332267bb954d32eecdda3ba57306b1551/pydensecrf-1.0rc3.tar.gz (1.0MB)
    100% |████████████████████████████████| 1.0MB 173kB/s 
Installing collected packages: pydensecrf
  Running setup.py install for pydensecrf ... done
Successfully installed pydensecrf-1.0rc3
You are using pip version 8.1.1, however version 19.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

            
          

?


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 国产在线综合网 | 欧美激情二区三区 | 天天摸天天操免费播放小视频 | 亚洲第一在线播放 | 亚洲综合一二三区 | 亚洲 欧美 自拍偷拍 | 日韩版码免费福利视频 | 国产亚洲精品久久精品录音 | 午夜影视在线观看 | 三级精品 | 色男天堂 | 成人在线h| 国产成人精品福利网站在线观看 | 蜜臀AV国产精品久久久久 | 成人a视频片在线观看免费 中文字幕三区 | 国产精品午夜小视频观看 | 热灸灸这里只有精品 | 欧美视频三区 | 日韩欧美二区 | 国产一区二区自拍 | 国产精品中文 | 国产成年人在线观看 | 啪一啪 | 久久se精品一区二区国产 | 午夜羞羞| 欧美成人免费午夜全 | 福利片在线 | aaa在线观看 | 黄视频免费在线观看 | 亚洲黄色第一页 | 久久久久国产视频 | 国产无圣光高清一区二区 | 狠狠综合久久久久综 | 国产精品国产精品国产专区不卡 | 免费黄色大片在线观看 | 超91视频| 久久久久久免费一区二区三区 | 欧美精品一区二区三区蜜桃视频 | 国产福利自产拍在线观看 | 久草小视频 | 日本中文在线 |