- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
numpy is installed. The code is as below. it says numpy is
import numpy
getting error - RESTART: D:/backup/mpath/Intel/innovation2019/ai/openvino/pythonTutorial/xx.py
Traceback (most recent call last):
File "D:/backup/mpath/Intel/innovation2019/ai/openvino/pythonTutorial/xx.py", line 1, in <module>
import numpy
ModuleNotFoundError: No module named 'numpy'
Need help.
Anita
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you run setupvars.bin under bin ? (or the Linux variant) ? If you did and the problem still happens :
Please uninstall Openvino and re-install, this time allowing Openvino to install Python for you. If OpenVino + Python are installed properly, and you ran the setupvars script so that environment vars are set properly - you will not have this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just do the pip3 install numpy or pip3 install intel-numpy which is faster. at least its what is advertised.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page