Bug Report
Trying to build the project with pyinstaller results in the following:
Unable to find "c:\users\me\documents\project\venv\lib\site-packages\arcade\soloud\soloud*.dll" when adding binary and data files.
The interesting part is that this happens on both windows and linux. I've tried both python3.7 and 3.9.
Expected behavior:
The program builds.
Steps to reproduce/example code:
Follow the tutorial. It fails using the most simple example.
Bug Report
Trying to build the project with pyinstaller results in the following:
The interesting part is that this happens on both windows and linux. I've tried both python3.7 and 3.9.
Expected behavior:
The program builds.
Steps to reproduce/example code:
Follow the tutorial. It fails using the most simple example.