Re: When installing pycurl through pip, linux/limits.h is missing from glibc

2020-04-28 Thread Marius Bakke
Josh Marshall writes: > `python3 -m pip install pycurl` fails due to glibc not being able to find > the header "linux/limits.h". I am aware that there is a "python-pycurl" > package in guix, but the above should still work. I think glibc is missing > a dependency on linux headers, but I'm not s

When installing pycurl through pip, linux/limits.h is missing from glibc

2020-04-23 Thread Josh Marshall
`python3 -m pip install pycurl` fails due to glibc not being able to find the header "linux/limits.h". I am aware that there is a "python-pycurl" package in guix, but the above should still work. I think glibc is missing a dependency on linux headers, but I'm not sure that all this is actionable.