As documented in the following question , installing Pandas and Numpy is slow with Alpine Linux. For those using normal Python, there are workarounds that involve adding prebuilt versions of Pandas. However, these versions are for Python3. What is the best way to handle this with PyPy?
Asked
Active
Viewed 1,057 times
3 Answers
3
the solution would be to provide prebuilt versions for Alpine Linux. Someone has to do the work of building them and uploading to a public site. It seems the distro provides these for cpython, perhaps they could be convinced to do so for pypy as well.

mattip
- 2,360
- 1
- 13
- 13
0
New Versions of PyPy Already supports Pandas and Numpy
https://doc.pypy.org/en/latest/release-v5.9.0.html
So ,Official Image on docker should be supporting . So no need to build your Dockerfile from alpine

vignesh karnika
- 111
- 1
- 5
-
The problem is not installing Numpy/Pandas. The problem is installing Numpy/Pandas due to compiling. – user1507889 Sep 16 '19 at 15:17
0
Do update
first:
apk add --update py-pip
Or:
apk update
apk add py-pip
Or: install anaconda navigator : Click Here
Or: Last option : Click Here

Abhishek Raj
- 23
- 3
-
The problem is not installing Numpy/Pandas. The problem is installing Numpy/Pandas due to compiling. – user1507889 Sep 16 '19 at 15:17