Re: Pandas/Numpy in Ubuntu
Matti Picus <[email protected]>
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 3/7/21 10:04 pm, Александр Рауд wrote: > the python-dev is installed: > > ~# locate Python.h > > /usr/include/python2.7/Python.h > > /usr/include/python3.8/Python.h > This is insufficient. You need to follow the instructions and install *pypy3-dev*, not python3-dev. This will install header files in /usr/lib/pypy3. Unless you are interested in compiling the entire scientific python stack from source I would recommend you use conda. They provide pre-compiled binary packages. conda create -n pypy3.7 -c conda-forge pypy conda activate pypy3.7 # now your prompt should show (pypy3.7)$ conda install -c conda-forge pandas Matti _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev