我安装了 Python 3.9.6,但也通过 pyenv 安装了相同的版本,我将其设置为全局默认版本,因此当我运行此命令时,此处应显示的内容:pyinstaller --onefile main.py
OSError: Python library not found: Python3, Python, libpython3.9.dylib, libpython3.9m.dylib, .Python
This would mean your Python installation doesn't come with proper library files.
This usually happens by missing development package, or unsuitable build parameters of Python installation.
* On Debian/Ubuntu, you would need to install Python development packages
* apt-get install python3-dev
* apt-get install python-dev
* If you're building Python by yourself, please rebuild your Python with `--enable-shared` (or, `--enable-framework` on Darwin)
作为我选择的(和默认的)Python 解释器 ~/.pyenv/versions/3.9.6/bin/python