美文网首页
Ubuntu pip3安装jupyter "python.h"的

Ubuntu pip3安装jupyter "python.h"的

作者: 无解后仰跳投 | 来源:发表于2020-01-17 21:41 被阅读0次

使用pip3 安装 jupyter 出现如下问题

buildutils/initlibzmq.cpp:10:20: fatal error: Python.h: No such file or directory

    #include "Python.h"

                        ^

    compilation terminated.编译器(gcc)无法找到python.h头文件。

解决办法: sudo apt-get install python3-dev, 再次安装jupyter

pip3 install --user jupyter 或者

sudo pip3 install jupyter

相关文章

网友评论

      本文标题:Ubuntu pip3安装jupyter "python.h"的

      本文链接:https://www.haomeiwen.com/subject/payliqtx.html