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

[BUG] Make plotly a (hard) dependency #174

Open
ai-idt opened this issue Jan 22, 2025 · 0 comments
Open

[BUG] Make plotly a (hard) dependency #174

ai-idt opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ai-idt
Copy link

ai-idt commented Jan 22, 2025

Describe the bug
I installed panoptica yesterday (from pypi; v 1.2.0) into a new conda env (py3.10). Upon running panoptica, I received the following error:
"NameError: name 'go' is not defined"

To Reproduce
Steps to reproduce the behavior:

  1. Install panoptica into a "fresh" environment
  2. Run one the example notebooks

Expected behavior
panoptics analyses the masks and returns metrics :-)

Environment
fresh conda env, py310

operating system and version?

Ubuntu 22.04 LTS

Python environment and version?

fresh conda env, py310

version of panoptica ?

1.2.0 (from pypi)

Additional context
pip installing "plotly" solved the problem for me. I'd suggest to make plotly a requirement during pip install of panoptica to avoid this problem.

@ai-idt ai-idt added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant