kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
56 stars 44 forks source link

Resolved libGL ImportError by removing opencv-python dependency #612

Closed taylorbell57 closed 5 months ago

taylorbell57 commented 5 months ago

This resolves #586 by only installing opencv-python-headless and not opencv-python. I also added instructions about resolving g++ related issues to the FAQ page and explained what to do if folks end up encountering this libGL ImportError issue anyway (e.g., they install opencv-python themselves, or another dependency does)