hugocornellier / agelapse

Cross-platform app to automatically align pictures of faces and compile stabilized aging timelapses, i.e. "photo-a-day" videos.
http://agelapse.com
GNU General Public License v3.0
50 stars 5 forks source link

Quits after pressing "start stabilization" repeatedly on Mac #3

Open Scyth3934 opened 2 months ago

Scyth3934 commented 2 months ago

Attached is the macOS problem report

(https://github.com/user-attachments/files/16667489/Agelapse.fail.txt)

Scyth3934 commented 2 months ago

This happens every time i try it

hugocornellier commented 2 months ago

Thanks for opening this issue and for including the full crash report. I'm doing some investigation into this, and will follow up.

hugocornellier commented 2 months ago

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.

  1. Clone the repository.

  2. Ensure that you have Python 3 installed on your Mac. I tested this on Python 3.12.4.

  3. Open a terminal window, and navigate to the agelapse-desktop directory:

    cd agelapse-desktop

  4. Create and activate a virtual environment:

    python3 -m venv venv && source venv/bin/activate

  5. Upgrade pip if necessary and install the required dependencies:

    pip install --upgrade pip && pip install -r requirements.txt

  6. Run main.py:

    python3 main.py

Best regards,
Hugo

iburunat commented 1 month ago

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:

image