我正在尝试安装此软件https://github.com/phoenixding/tbsp/,但它需要python-dev。但是,我没有root权限
我尝试了一些方法,包括创建virtualenv,但是没有具体的答案说明如何安装此python-dev。
我的Linux系统是RedHat
这是代码:
python setup.py install --user
这是错误
pyBigWig.c:1:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1