Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Scyth3934 opened this issue Aug 20, 2024 · 4 comments
Open

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

Scyth3934 opened this issue Aug 20, 2024 · 4 comments
Assignees

Comments

@Scyth3934
Copy link

Attached is the macOS problem report

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

@Scyth3934
Copy link
Author

This happens every time i try it

@hugocornellier
Copy link
Owner

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

@hugocornellier
Copy link
Owner

hugocornellier commented Aug 20, 2024

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

@hugocornellier hugocornellier self-assigned this Aug 20, 2024
@iburunat
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants