New issue 3141: Compilation scipy fails with pypy3.6-7.3.0
https://bitbucket.org/pypy/pypy/issues/3141/compilation-scipy-fails-with-pypy36-730

Pierre Augier:

Trying to install scipy with `pip install scipy`, I get

‌

```
In file included from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/pytypes.h:12:0,
                       from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/cast.h:13,
                       from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/attr.h:13,
                       from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/pybind11.h:44,
                       from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/eval.h:14,
                       from 
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/Python.h:119,
                       from _configtest.c:1:
      
/home/pierre/.pyenv/versions/pypy3.6-7.3.0/include/detail/common.h:134:10: 
fatal error: cstddef: No such file or directory
       #include <cstddef>
                ^~~~~~~~~
      compilation terminated.
```

However, the file /usr/include/c\+\+/7/cstddef exists.

I installed pypy3.6-7.3.0 with pyenv.

‌


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to