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
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "/home/andreapasquale/test_env/lib/python3.11/site-packages/qibo/backends/__init__.py", line 152, in set_backend
GlobalBackend.set_backend(backend, **kwargs)
File "/home/andreapasquale/test_env/lib/python3.11/site-packages/qibo/backends/__init__.py", line 112, in set_backend
log.info(f"Using {cls._instance} backend on {cls._instance.device}")
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'device'
The text was updated successfully, but these errors were encountered:
I'm having a hard time try to set
qibolab
as a backend in the latest release0.2.5
.The following error is raised:
The text was updated successfully, but these errors were encountered: