I am trying to install the package pickle5 on linux using the command
pip3 install --user pickle5
but when I do I get the error
pickle5/compat.h:1:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
and I cannot figure out why...