-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to import dwave.inspector because the file _minorminer.cp313-win_amd64.pyd from the minorminer package is flagged as a virus. #318
Comments
I have same issue: ImportError: DLL load failed while importing _minorminer |
@darkmatter2000, what error message are you getting? I see you're using Python 3.13. Would it be possible to check if it also happens with 3.12? And if so, does this happen with only @Jacck , I suspect the DLL load fail might be different. But similar question, can you post the full traceback? And does it happen only with one version of |
@darkmatter2000 and @Jacck, can you share which antivirus (or other threat-detection software) are you running? I just did a quick check of that file on Kaspersky online scanner, and it found no issues. It's possible your AV found a false positive signature somewhere. |
I see "MaxSecure" is flagging |
I solved the problem by disabling the antivirus before installation and reactivating it afterwards. |
@arcondello the error message is "Failed to import dwave.inspector because the file _minorminer.cp313-win_amd64.pyd ..." and at the same time I had a notification from the antivirus so I concluded that it was related and when I looked in the quarantine folder the file _minorminer.cp313-win_amd64.pyd was there |
Thx for you support. Its solved. I just added minorminer.cp310-win_amd64.pyd to McAfee white list. |
Description
Failed to import dwave.inspector because the file _minorminer.cp313-win_amd64.pyd from the minorminer package is flagged as a virus.
To Reproduce
Run the following command: import dwave.inspector
Expected behavior
The import should work without any issues.
Environment:
Additional context
The text was updated successfully, but these errors were encountered: