gpt4 book ai didi

python - 使用 pip 安装笔记本时出错

转载 作者:太空宇宙 更新时间:2023-11-04 10:11:50 24 4
gpt4 key购买 nike

注意:我使用的是 linux(ubuntu,mint)

我正在尝试安装 jupyter。但经过一番搜索后,我意识到我在尝试安装 jupyter 时遇到的错误是由于笔记本。

这是我在尝试使用 sudo pip install notebook 安装笔记本时遇到的错误。

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-EKmj0F/scandir/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-OB5xPr-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-EKmj0F/scandir/

如果你想要herepip install notebook 的全部输出。

提前感谢您的回答。

这是错误消息的相关部分:

_scandir.c:14:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

最佳答案

您需要 Python header :

sudo apt-get install python-dev

您的安装过程尝试使用 gcc 编译扩展,您似乎缺少必要的规范。

关于python - 使用 pip 安装笔记本时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48608653/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com