【发布时间】:2020-11-30 11:53:44
【问题描述】:
我跑完之后:
pyupdater build -F --app-version 0.0.1 app.py
我收到一个错误:
[INFO] PyUpdater 3.1.1
[INFO] Compiling...
Python library not found: libpython3.7.dll, libpython37m.dll, libpython3.7m.dll, python37.dll, libpython37.dll
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)
环境:
- Windows 10
- Python 3.7.9
- PyUpdater 3.1.1
- Pyinstaller 4.1
【问题讨论】:
标签: python windows pyinstaller