Open christopherpickering opened 2 years ago
This is very weird... Good find, not sure what's up with this.
Pandas is failing to install even with just python inside that docker image, do you have any other libraries that can be used to reproduce this error?
@Almenon not offhand, I just picked a couple of the top librarys to test.
Hi, Probably the answer is simple :) I'm trying to run in Alpine Linux to install a package and get a permission denied errno 13.
Oddly, some packages install ok, and some have the permission denied. For example if you use this to install the
requests
module, it works. The python error suggest adding the--user
flag, but that doesn't help here.Here's how to produce it:
You can run
python3 -m pip install pandas
from the terminal without problem.I suppose it is doing something in system folder.
Here's the error:
Any ideas are appreciated!