Hi,
I am writing a plugin which use numpy python package.
But everytime I got this error:
Quote:
Error:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: cannot import name 'multiarray'
|
I have googled but did not find a suitable solution.
Has anyone an idea or help me please?
Thank you