I am using Docker and python3. I am trying to install some libraries but I have some issues. For example I was able to install numpy with pip3 install numpy, but I cannot install properly pandas and matplotlib;
I get the following problems:
Failed building wheel for pandas
Running setup.py clean for pandas
Failed to build pandas
ERROR: Failed to build one or more wheels
Can someone help with these?
Thanks in advance