./anaconda-navigator
2024-12-06 10:37:21,435 - WARNING linux_scaling.get_primary_monitor_name:55
An exception occurred during fetching list of active monitors.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Aborted (core dumped)
/opt/anaconda/bin/anaconda-navigator
Error while loading conda entry point: anaconda-cloud-auth (OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.)
Error while loading conda entry point: conda-content-trust (PyO3 modules compiled for CPython 3.8 or older may only be initialized once per interpreter process)
Error while loading conda entry point: anaconda-cloud-auth (OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.)
Error while loading conda entry point: conda-content-trust (PyO3 modules compiled for CPython 3.8 or older may only be initialized once per interpreter process)
Traceback (most recent call last):
File "/opt/anaconda/bin/anaconda-navigator", line 7, in <module>
from anaconda_navigator.app.main import main
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/app/main.py", line 19, in <module>
from anaconda_navigator.app.start import start_app
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/app/start.py", line 32, in <module>
from anaconda_navigator.widgets.main_window import MainWindow
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/widgets/main_window/__init__.py", line 30, in <module>
from anaconda_navigator.config import preferences, feature_flags
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/config/feature_flags.py", line 15, in <module>
from anaconda_navigator.api import cloud, conda_api
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/api/cloud/__init__.py", line 4, in <module>
from .api import *
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_navigator/api/cloud/api.py", line 17, in <module>
import anaconda_cloud_auth.handlers
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_cloud_auth/__init__.py", line 6, in <module>
from anaconda_cloud_auth.actions import login # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda/lib/python3.12/site-packages/anaconda_cloud_auth/actions.py", line 11, in <module>
import jwt
File "/opt/anaconda/lib/python3.12/site-packages/jwt/__init__.py", line 1, in <module>
from .api_jwk import PyJWK, PyJWKSet
File "/opt/anaconda/lib/python3.12/site-packages/jwt/api_jwk.py", line 7, in <module>
from .algorithms import get_default_algorithms, has_crypto, requires_cryptography
File "/opt/anaconda/lib/python3.12/site-packages/jwt/algorithms.py", line 12, in <module>
from .utils import (
File "/opt/anaconda/lib/python3.12/site-packages/jwt/utils.py", line 7, in <module>
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurve
File "/opt/anaconda/lib/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py", line 11, in <module>
from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
File "/opt/anaconda/lib/python3.12/site-packages/cryptography/exceptions.py", line 9, in <module>
from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions
RuntimeError: OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.