You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building docker image, there occurred error as below.
As I understand, it is related to numpy setup. But I could not figure out how to solve. I commented python-numpy command line and locked numpy with pip install 'numpy==1.13.1' --force reinstall in Dockerfile as mentioned in matplotlib issue #91. It did not solve my problem. I also upgraded pip as @Alexey-Kamenev mentioned. But I still have the same problem.
How can I solve this problem ?
The text was updated successfully, but these errors were encountered:
Hi guys,
When building docker image, there occurred error as below.
As I understand, it is related to numpy setup. But I could not figure out how to solve. I commented
python-numpy
command line and locked numpy withpip install 'numpy==1.13.1' --force reinstall
in Dockerfile as mentioned in matplotlib issue #91. It did not solve my problem. I also upgraded pip as @Alexey-Kamenev mentioned. But I still have the same problem.How can I solve this problem ?
The text was updated successfully, but these errors were encountered: