标签: python sqlite pyinstaller
我有一个a .py脚本,我想让任何人都可以执行,不需要依赖。我尝试了pip install pyinstaller,pyinstaller script.py
a .py
pip install pyinstaller
pyinstaller script.py
我得到:
IsADirectoryError: [Errno 21] Is a directory: '/Users/myusername/Library/Application Support/pyinstaller/bincache00_py36_64bit/SQLite3'