Closed ezatterin closed 4 years ago
it seems to me you are missing the python dev headers.
See https://github.com/dkriegner/xrayutilities/blob/master/README.md#requirements
for python 3.7 on linux no binary package is available on pypi. thats something which might need fixing. Note to myself: try to generate linux packages either on appveyor or travis
Indeed
apt-get install python3.7-dev
solved it. Thanks!
Hi,
On a fresh python 3.7 environment pip installing
xrayutilities
fails during compilation with the following error:Ideas? Thanks!