buzz
buzz copied to clipboard
build error:An error occurred when running the package exe command
When I run this command “poetry run pyinstaller --noconfirm Buzz.spec” on ubuntu, an error is reported:
TypeError: expected str, bytes or os.PathLike object, not NoneType

This seems to be caused by the relative path,how to fix it?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@sammichenVV I'm not quite sure really. I haven't seen this issue before.