You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c dulwich/_objects.c -o build/temp.linux-x86_64-3.8/dulwich/_objects.o
dulwich/_objects.c:22:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
python3-dev seems to be installed
~$ apt install python3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-dev is already the newest version (3.6.7-1~18.04).
The following packages were automatically installed and are no longer required:
libc-ares2 libhttp-parser2.7.1 libnetplan0 libuv1 nodejs-doc python3-netifaces
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Yep. We need to totally redo the interactive scenarios indeed. Nice to get some details here but probably no need for very specific issues since we have #1400. Closing in favor of that but thanks!
In katakoda https://katacoda.com/dvc/courses/get-started/accessing page 4
line reports error.
python3-dev
seems to be installedbut there is no
python3.8
under/usr/include
so an
apt update
andapt install python3.8-dev
is required beforepip3 install --user dvc
The text was updated successfully, but these errors were encountered: