You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having MacOS 13.2 and Python 3.9
libev and python-dev were installed via homebrew
Getting the following error: ImportError: dlopen(/Users/apple/PycharmProjects/test-project/venv/lib/python3.9/site-packages/_bjoern.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_ev_cleanup_start'
How to solve it?
The text was updated successfully, but these errors were encountered:
Having MacOS 13.2 and Python 3.9
libev and python-dev were installed via homebrew
Getting the following error:
ImportError: dlopen(/Users/apple/PycharmProjects/test-project/venv/lib/python3.9/site-packages/_bjoern.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_ev_cleanup_start'
How to solve it?
The text was updated successfully, but these errors were encountered: