Closed chaoli2 closed 5 years ago
I got the exact same problem using the automatic installation script. Please help! Thanks :) I tried: "pip install numpy --upgrade" but still got the same error. I also tried "pip uninstall numpy" followed by "pip install numpy --no-cache-dir", but still the same error.
When installing on a new Ubuntu 18.04 system I found the following commands seemed to resolve this issue:
sudo apt install python3-pip sudo pip3 install numpy --upgrade --ignore-installed sudo apt install git git clone https://github.com/intel/robot_devkit.git cd robot_devkit ./demo/rdk_install.sh
We have fixed this issue in devel
branch by added "pip3 install -U numpy"
, will merge to master
branch on the coming weeks.
After adding this pip upgrade numpy command in the tool, the issue have been fixed in recent release. close this issue.
When using this guide, we got below log.