【问题标题】:Unable to use pip3.6 to install packages (pyconfig.h not found)无法使用 pip3.6 安装包(找不到pyconfig.h)
【发布时间】:2020-12-30 05:30:57
【问题描述】:

我在使用 pip3.6 安装包(plumed)时遇到问题。具体来说,使用命令pip3.6 install --user plumed,我收到以下错误:

Collecting plumed
  Using cached plumed-2.6.1.tar.gz (189 kB)
Building wheels for collected packages: plumed
  Building wheel for plumed (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3.6 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cnvim96k/plumed/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cnvim96k/plumed/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/pip-wheel-js3bt49u
       cwd: /tmp/pip-install-cnvim96k/plumed/
  Complete output (17 lines):
  Module name plumed
  Version number 2.6.1
  using available plumed.cpp file
  running bdist_wheel
  running build
  running build_ext
  building 'plumed' extension
  creating build
  creating build/temp.linux-x86_64-3.6
  /home/wei-tse/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -g -fwrapv -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/wei-tse/anaconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/wei-tse/anaconda3/include -fPIC -I./include -I/usr/include/python3.6m -c plumed.cpp -o build/temp.linux-x86_64-3.6/plumed.o -D__PLUMED_HAS_DLOPEN -D__PLUMED_WRAPPER_LINK_RUNTIME=1 -D__PLUMED_WRAPPER_CXX=1 -D__PLUMED_WRAPPER_IMPLEMENTATION=1 -D__PLUMED_WRAPPER_EXTERN=0 -D__PLUMED_WRAPPER_CXX_DEFAULT_INVALID=1
  In file included from /usr/include/python3.6m/Python.h:8:0,
                   from plumed.cpp:31:
  /usr/include/python3.6m/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
   #  include <x86_64-linux-gnu/python3.6m/pyconfig.h>
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  compilation terminated.
  error: command '/home/wei-tse/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1       
  ----------------------------------------
  ERROR: Failed building wheel for plumed
  Running setup.py clean for plumed
Failed to build plumed
Installing collected packages: plumed
    Running setup.py install for plumed ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3.6 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cnvim96k/plumed/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cnvim96k/plumed/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-record-5tvrlz45/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/wei-tse/.local/include/python3.6m/plumed
         cwd: /tmp/pip-install-cnvim96k/plumed/
    Complete output (17 lines):
    Module name plumed
    Version number 2.6.1
    using available plumed.cpp file
    running install
    running build
    running build_ext
    building 'plumed' extension
    creating build
    creating build/temp.linux-x86_64-3.6
    /home/wei-tse/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -g -fwrapv -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/wei-tse/anaconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/wei-tse/anaconda3/include -fPIC 
-I./include -I/usr/include/python3.6m -c plumed.cpp -o build/temp.linux-x86_64-3.6/plumed.o -D__PLUMED_HAS_DLOPEN -D__PLUMED_WRAPPER_LINK_RUNTIME=1 -D__PLUMED_WRAPPER_CXX=1 -D__PLUMED_WRAPPER_IMPLEMENTATION=1 -D__PLUMED_WRAPPER_EXTERN=0 -D__PLUMED_WRAPPER_CXX_DEFAULT_INVALID=1
    In file included from /usr/include/python3.6m/Python.h:8:0,
                     from plumed.cpp:31:
    /usr/include/python3.6m/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
     #  include <x86_64-linux-gnu/python3.6m/pyconfig.h>
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.
    error: command '/home/wei-tse/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1     
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3.6 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cnvim96k/plumed/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cnvim96k/plumed/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-record-5tvrlz45/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/wei-tse/.local/include/python3.6m/plumed Check the logs for full command output.

我知道论坛上已经有很多相关的讨论,但没有一个解决方案对我有用。我尝试了以下解决方案:

  • sudo apt-get install python-dev libxml2-dev libxslt-dev
  • sudo apt-get install python3.6-dev
  • export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/x86_64-linux-gnu/python3.6m/pyconfig.h 奇怪的是我在/usr/include/x86_64-linux-gnu/python3.6m/中有pyconfig.h,但是我使用pip3.6时却找不到。我使用的是 Ubuntu 18.04,因此系统 pip 与 Python 3.6.9 相关联。我想知道是否有任何解决方案可以解决这个问题。谢谢!

【问题讨论】:

  • 破解This Out.
  • 感谢您的回复,但正如我在帖子中提到的,我已经尝试在我的.bashrc 中添加export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/x86_64-linux-gnu/python3.6m/pyconfig.h"。它对我不起作用。

标签: python c++ linux pip package


【解决方案1】:

对我来说,原来的旧包没有完全安装在某个地方。如果您在错误消息中的任何位置收到apt-get -f install,只需运行它,它就会重新安装您的软件包。不能 100% 确定它对每个人都有效,但这是我的具体问题。

【讨论】:

  • 非常感谢您的回答,但这也没有用。 :(
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2010-10-21
  • 1970-01-01
  • 2020-08-10
相关资源
最近更新 更多