Fresh installation yield sql error

Looks like it’s because this happens during the prefect install:

openssl pkgs/main::openssl-1.1.1q-h1a28f6b_0 --> conda-forge::openssl-3.0.5-h03a7124_2 None

The cryptography package is looking for the libssl 1.1.1 dylib but conda removed it. Running this should fix it on Python 10:

conda install openssl=1.1.1