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
Our OpenQASM runtime tests fail trying to import required packages when a virtual environment is used and the global environment does not have numpy and amazon-braket-sdk installed:
(new_env) ➜ catalyst git:(main) ✗ make test-runtime
/catalyst/runtime/tests/Test_OpenQasmDevice.cpp:624: FAILED:
due to unexpected exception with message:
Traceback (most recent call last):
File "<string>", line 3, in <module>
ModuleNotFoundError: No module named 'braket.aws'
===============================================================================
test cases: 34 | 28 passed | 6 failed
assertions: 183 | 151 passed | 32 failed
At least this is the behaviour observed on macOS with the official Python installer and the built-in venv module.
The text was updated successfully, but these errors were encountered:
Our OpenQASM runtime tests fail trying to import required packages when a virtual environment is used and the global environment does not have
numpy
andamazon-braket-sdk
installed:At least this is the behaviour observed on macOS with the official Python installer and the built-in
venv
module.The text was updated successfully, but these errors were encountered: