比较麻烦,主要参考了博客:
https://blog.csdn.net/mabuqinuo_/article/details/114401903
有点不一样,以上资料中的torch版本不适用了,换成:
主要步骤小结:
- 在anaconda中创建新环境,选择好python版本,本次3.6
- 进入打包目录
- 使用pip install安装pipenv
- 创建虚拟环境 pipenv --python 3.6
- 进入shell:pipenv shell
- 安装所需包
- 安装torch和torchvision
- 调试
- 安装pyinstaller
- 使用 pyinstaller 打包
使用源:
pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple torch==1.7.1 -f https://download.pytorch.org/whl/torch_stable.html
pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple pillow==8.4.0