pyinstaller安装成功后无法使用
Tofloor
poster avatar
thepoy
deepin
2019-07-17 01:46
Author
  1. thepoy@thepoy-PC:~/Downloads/$ pip install pyinstaller
  2. Collecting pyinstaller
  3. Collecting altgraph (from pyinstaller)
  4.   Using cached https://files.pythonhosted.org/packages/0a/cc/646187eac4b797069e2e6b736f14cdef85dbe405c9bfc7803ef36e4f62ef/altgraph-0.16.1-py2.py3-none-any.whl
  5. Collecting setuptools (from pyinstaller)
  6.   Using cached https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl
  7. Collecting dis3 (from pyinstaller)
  8.   Using cached https://files.pythonhosted.org/packages/9c/5c/4a4a2802f10f558018413990a58fd3dd7ed1eb48e6de7266334c2489bad6/dis3-0.1.3-py2-none-any.whl
  9. Installing collected packages: altgraph, setuptools, dis3, pyinstaller
  10. Successfully installed altgraph-0.16.1 dis3-0.1.3 pyinstaller-3.5 setuptools-41.0.1
Copy the Code

  1. thepoy@thepoy-PC:~/Downloads/$ pyinstaller
  2. bash: pyinstallthepoy@thepoy-PC:~/Downloads/xmind_zen_cracker-1.0.1/python$ pyinstaller
  3. bash: pyinstaller: 未找到命令
  4. er: 未找到命令
Copy the Code



Reply Favorite View the author
All Replies
avatar
jackyjjp
deepin
2020-02-17 02:25
#1
楼主解决问题了吗?我也遇到了该问题。
Reply View the author
avatar
thepoy
deepin
2020-02-17 02:38
#2
本帖最后由 thepoy 于 2020-2-16 18:50 编辑
https://bbs.deepin.org/post/180673
楼主解决问题了吗?我也遇到了该问题。

这智障的敏感字识别,深度真的要完了,一个破论坛都弄得这么难用。

Reply View the author
avatar
咿呀
deepin
2020-02-17 22:19
#3
本帖最后由 geniusking 于 2020-2-17 14:23 编辑

1、安装anaconda;
2、更换pip源:https://www.cnblogs.com/maoruqiang/p/11247031.html和conda源:https://blog.csdn.net/sinat_28442665/article/details/86658593
3、然后再pip install pyinstall
4、这样的好处是不会破坏python系统环境
Reply View the author
avatar
jackyjjp
deepin
2020-02-17 23:50
#4
Reply View the author