Open Scyth3934 opened 2 months ago
This happens every time i try it
Thanks for opening this issue and for including the full crash report. I'm doing some investigation into this, and will follow up.
Hello Scyth3934,
Could you please try the following? I believe I have narrowed down the issue. To test this theory, I would appreciate if you could follow these steps and let me know if the same issue occurs this way. The issue appears to be related to the way that the .app file was compiled. Your feedback on whether the below steps result in the same crash will help me confirm this.
Clone the repository.
Ensure that you have Python 3 installed on your Mac. I tested this on Python 3.12.4.
Open a terminal window, and navigate to the agelapse-desktop directory:
cd agelapse-desktop
Create and activate a virtual environment:
python3 -m venv venv && source venv/bin/activate
Upgrade pip if necessary and install the required dependencies:
pip install --upgrade pip && pip install -r requirements.txt
Run main.py:
python3 main.py
Best regards,
Hugo
Hi! Having the same error on. Followed you instructions. The app window opens, I try to drag and drop the folder containing images, and get this error:
Attached is the macOS problem report
(https://github.com/user-attachments/files/16667489/Agelapse.fail.txt)