-
Notifications
You must be signed in to change notification settings - Fork 11
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
undefined symbol error while 'import cudaq_solvers as solvers'. #11
Comments
Hello @Amogh1506. Thank you for submitting this issue, we're glad to see you are using the library! Can you post the full output and details about your environment? It would be important to know whether you are using the docker image or not, and which operating system (linux distribution you are using). |
full error: ImportError: /home/xxxx_ubuntu/miniconda3/envs/cuda-quantum/lib/python3.10/site-packages/cudaq_solvers/../lib/libcudaq-python-interop.so: undefined symbol: _ZN5cudaq17get_quake_by_nameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8optionalIS5_E
|
Hi @Amogh1506 - I am wondering if you have a 0.8.0 version of the
A little bit of backstory: the top-level CUDA-Q wheel name changed from |
I get below error at 'import cudaq_solvers as solvers'.I have pip installed cudaq_solvers in python.
Error:
lib/libcudaq-python-interop.so: undefined symbol: _ZN5cudaq17get_qu............
The text was updated successfully, but these errors were encountered: