NVIDIA-AI-IOT / redtail

Perception and AI components for autonomous mobile robotics.
BSD 3-Clause "New" or "Revised" License
1.01k stars 346 forks source link

Failed with error code 1 in /tmp/pip-build-U_9LbZ/numpy/ #147

Open earcz opened 4 years ago

earcz commented 4 years ago

Hi guys,

When building docker image, there occurred error as below.

numpy

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 ?