Right after installation it will open but once I restart my system I get errors:
Traceback (most recent call last):
File "C:\Users\user548\anaconda3\Scripts\anaconda-navigator-script.py", line 6, in <module>
...
import anaconda_cloud_auth.handlers
File "C:\Users\user548\anaconda3\Lib\site-packages\anaconda_cloud_auth\__init__.py", line 6, in <module>
from anaconda_cloud_auth.actions import login # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user548\anaconda3\Lib\site-packages\anaconda_cloud_auth\actions.py", line 11, in <module>
...
from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions
ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
I tried a some of the suggestions on other answers, but they all either break some packages I need or don't survive a restart.