我正在尝试用pyinstaller从python脚本创建一个可执行文件,但是我的python解释器找不到pyinstaller,尽管它似乎已经安装了。$ /usr/local/bin/python3.7 -m pyinstaller
/usr/local/opt/python/bin/python3.7: No module named pyinstaller在这里,您可以看到安装了pyinstaller。
我尝试使用pip安装pyinstaller (在Ubuntu 16.0.4上): Using cachedPyInstaller-3.2.tar.gz Using cached setuptools-25.1.3-py2.py3-none-any.whl
Building wheels for collected pac