Error installing

I just installed DVC, was starting the tutorial and got an error:

dvc init -f
ERROR: unexpected error - dlopen(/usr/local/lib/dvc/_internal/lib-dynload/_ssl.
cpython-310-darwin.so, 0x0002): Symbol not found: _EVP_MD_CTX_get_size_ex
Referenced from: <92745F54-750C-3F1F-9282-FC5F02B454C3> /usr/local/lib/dvc/_i
nternal/libssl.3.dylib
Expected in: <1611B83A-784C-3106-BC2F-4B5D529641D7> /usr/local/lib/dvc/_i
nternal/libcrypto.3.dylib

macOS Sequoia 15.7

Any suggestions?

How did you install DVC?

Try use uv for your project. You can install with pip install uv, after run uv init and uv add dvc. Now, you might run commands dvc with insolation environment.