You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Got error File "c:\users\mdecandia\desktop\env\lib\site-packages\dimod\bqm\__init__.py", line 16, in <module> from dimod.bqm.adjarraybqm import AdjArrayBQM ImportError: DLL load failed: The specified module could not be found.
when running dwave setup after installing dwave-ocean-sdk in a fresh virtual environment on Windows.
Installing the latest version of Visual C++ from here fixed the issue.
Steps To Reproduce
Run Windows 10 Pro on a VM
Create a python virtual environment
Run pip install dwave-ocean-sdk
Run dwave setup
Possible Root Cause
From @randomir:
A basic (or universal) MSVC redistributable (a collection of DLLs for C/C++ programs compiled with MS VC++) comes with Windows, and the problem (like this) usually arises when the C++ program/compiler uses some "too modern" features that require a newer VC redist. (For example, that's what happened here: Issue 577
Environment
OS: Windows 10 Pro, version 1909
Python version: Python 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)] on win32
Additional Context
Windows was running on a VM using VMware Fusion
The text was updated successfully, but these errors were encountered:
Description
Got error
File "c:\users\mdecandia\desktop\env\lib\site-packages\dimod\bqm\__init__.py", line 16, in <module> from dimod.bqm.adjarraybqm import AdjArrayBQM ImportError: DLL load failed: The specified module could not be found.
when running
dwave setup
after installingdwave-ocean-sdk
in a fresh virtual environment on Windows.Installing the latest version of Visual C++ from here fixed the issue.
Steps To Reproduce
pip install dwave-ocean-sdk
dwave setup
Possible Root Cause
From @randomir:
A basic (or universal) MSVC redistributable (a collection of DLLs for C/C++ programs compiled with MS VC++) comes with Windows, and the problem (like this) usually arises when the C++ program/compiler uses some "too modern" features that require a newer VC redist. (For example, that's what happened here: Issue 577
Environment
Additional Context
Windows was running on a VM using VMware Fusion
The text was updated successfully, but these errors were encountered: