2

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?

user1507889
  • 463
  • 8
  • 19

3 Answers3

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

https://hub.docker.com/_/pypy

vignesh karnika
  • 111
  • 1
  • 5
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