lib/python3.5/site-packages/qutip/qobj.py 58 import qutip.settings as settings 59 from qutip import version ---> 60 from qutip.fastsparse import fast_csr_matrix, fast_identity 61 from qutip.cy.ptrace import _ptrace 62 from qutip.permute import _permutelib/python3.5/site-packages/qutip/fasts...
I installed qutip through Anaconda on MacBook M1. The installation was successful but when I tried to verify the installation through from qutip import *, ...
line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File...
I just did a conda update --all There was no errors reported. But now I get ImportError: No module named conda whenever I start a new terminal. Is there anyway to find where this comes from? I am using conda 4.8.0