Error libpython3.11.dylib not found when starting pyside6-designer on macOS
-
I installed pyside6 on macOS in a new virtual environment (virtualenvwrapper). When starting the pyside6-designer I get an error message,
that the libpython3.11.dylib can not be found.The versions in the environment are as follows:
- python - 3.11.3
- PySide6 - 6.5.1.1
Does anyone have any idea what I should do about this?
In other, existing environments the designer still runs, but with Python 3.9.16 and PySide6 6.2.3. I also tried to install the current PySide6 version with Python 3.9.16. But the same error message came up.