小编Dag*_*pov的帖子

Pyinstaller:OSError:找不到 Python 库

我安装了 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) …
Run Code Online (Sandbox Code Playgroud)

python pyinstaller pyenv

3
推荐指数
1
解决办法
2337
查看次数

标签 统计

pyenv ×1

pyinstaller ×1

python ×1