microproduct-l-sar/atmosphericDelay-L-SAR/打包命令.txt

5 lines
385 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1.pycharm 终端目录cd到打包路径
2. 运行打包命令 pyinstaller -D pyinstaller.spec
3. 复制dev、ISCEApp、AtmosphericDelay.xml、config.ini、model_meta.xml到dist文件夹。
pyinstaller -F --add-data "D:/Anaconda/envs/micro/Lib/site-packages/dask/dask.yaml;./dask" --add-data "D:/Anaconda/envs/micro/Lib/site-packages/distributed/distributed.yaml;./distributed" --hidden-import pyproj._compat