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

Error Running Lightning Pose App #90

Closed
jonathanlee3 opened this issue Jul 1, 2024 · 2 comments
Closed

Error Running Lightning Pose App #90

jonathanlee3 opened this issue Jul 1, 2024 · 2 comments
Assignees

Comments

@jonathanlee3
Copy link

I am trying to install Lightning Pose app following this guide on a desktop with Ubuntu 22.04. So, I made sure to run the 'pip install fiftyone-db-ubuntu2204' line.

The error I am encountering can be seen down below:
lightningpose_1

In this image, after launching the app, I upgraded Lightning Pose to the newest version and running the app failed with the error message being 'ImportError: cannot import name 'optimize_smoothing_params' from 'eks.core.'

The same issue also occurred when I tried to run it without updating the application.

Another note, a couple weeks ago I was able to successfully set up and run the Lightning Pose app on another desktop with Ubuntu 22.04. However, recently it has not been working. I was wondering what the cause of that could possibly be.

Thank you for your time.

@themattinthehatt
Copy link
Collaborator

Hi @jonathanlee3, thanks for raising this issue. This error came from us updating the ensemble-kalman-smoother package on PyPI to version 2.0.0, but we haven't yet updated the app to be compatible with this change. For now you can just downgrade the EKS package by running (from your Pose app conda environment) pip install ensemble-kalman-smoother==1.1.0. Please try this and let me know if that clears up the issue!

@themattinthehatt themattinthehatt self-assigned this Jul 3, 2024
@jonathanlee3
Copy link
Author

Hi @jonathanlee3, thanks for raising this issue. This error came from us updating the ensemble-kalman-smoother package on PyPI to version 2.0.0, but we haven't yet updated the app to be compatible with this change. For now you can just downgrade the EKS package by running (from your Pose app conda environment) pip install ensemble-kalman-smoother==1.1.0. Please try this and let me know if that clears up the issue!

Hello @themattinthehatt,

Sorry for getting back to you so late!

After running the line 'pip install ensemble-kalman-smoother==1.1.0' the Lightning Pose app seems to be working perfectly!

Thank you so much for the help.

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

2 participants