- does it matter if the operating system is different when pyinstaller is packaged?
- the same program, on the pycharm installed by windows, I use
pyinstaller-I xxx.ico main.py-p xxx dependent package path
to package the correct folder with the target exe file, which I can use. You can"t use the same command on the pycharm installed by mac, and you can"t even find the exe file.
- does anyone understand the above question? Ask for advice.