question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: numpy.core.multiarray failed to import

See original GitHub issue

When attempting to open the GUI I receive an error;

C:\Other\Ultimate Vocal Remover>vocalremover.py
 ** On entry to DGEBAL parameter number  3 had an illegal value
 ** On entry to DGEHRD  parameter number  2 had an illegal value
 ** On entry to DORGHR DORGQR parameter number  2 had an illegal value
 ** On entry to DHSEQR parameter number  4 had an illegal value
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
  File "C:\Other\Ultimate Vocal Remover\VocalRemover.py", line 24, in <module>
    import inference_v2
  File "C:\Other\Ultimate Vocal Remover\inference_v2.py", line 4, in <module>
    import cv2
  File "C:\Users\Username\AppData\Local\Programs\Python\Python37\lib\site-packages\cv2\__init__.py", line 5, in <module>
    from .cv2 import *
ImportError: numpy.core.multiarray failed to import

Running Python 3.7.0 and have all the required applications and packages listed in the readme installed.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
DilanBoskancommented, Nov 13, 2020

Great, thank you for your cooperation!

1reaction
DilanBoskancommented, Nov 13, 2020

Look at this thread: https://stackoverflow.com/questions/20518632/importerror-numpy-core-multiarray-failed-to-import

If it still does not work, please tell me your OS and current Python version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: numpy.core.multiarray failed to import
For me the issue was dual installation of numpy which was in a conflicting version with other libraries and it was shadowing the...
Read more >
ImportError: numpy.core.multiarray failed to import [cv2 ...
This error occurs because of an improper/incompatible version of NUMPY. As we all know that most of the machine learning and deep learning...
Read more >
[Solved] ImportError: numpy.core.multiarray Failed to Import
ImportError : numpy.core.multiarray failed to import error. Follow these steps to solve the error. Open CLI and run the following command:
Read more >
ImportError numpy core multiarray failed to import - Edureka
I am trying to import the cv2 module in Jupyter Notebook. But It is showing me the below error. import cv2 ImportError: numpy.core.multiarray...
Read more >
from .cv2 import * ImportError: numpy.core.multiarray failed to ...
Hi Eben, thanks for the video on how to make a remote viewable camera with raspberry pi (Beginner project). However, I've been having...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found