Skip to content

Known Problems

Christian Mayer edited this page Mar 9, 2025 · 1 revision

cryptography Package under macOS

Problem:

$ ./bin/setup.sh
...
  Attempting uninstall: cryptography
    Found existing installation: cryptography None
    Not uninstalling cryptography at /usr/local/lib/python3.13/site-packages, outside environment /Users/thefox/work/dev/fluxchat_py/.venv
    Can't uninstall 'cryptography'. No files were found to uninstall.

Solution:

brew uninstall cryptography

Clone this wiki locally