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

Is using headless opencv an option? #273

Closed
jrbourbeau opened this issue Apr 22, 2024 · 1 comment · Fixed by #274
Closed

Is using headless opencv an option? #273

jrbourbeau opened this issue Apr 22, 2024 · 1 comment · Fixed by #274

Comments

@jrbourbeau
Copy link
Contributor

Currently this project has opencv-python as a dependency, which requires libgl to be installed on linux. Hence the apt install -y libgl1 recommendation in the install docs https://samgeo.gishub.org/installation/. I'm curious if using opencv-python-headless https://pypi.org/project/opencv-python-headless/ instead is feasible for this project. Maybe there's some functionality here where opencv-python-headless isn't sufficient, in which case I apologize for the noise here. If possible, switching to opencv-python-headless would make interoperability between linux and non-linux situations easier.

@giswqs
Copy link
Member

giswqs commented Apr 22, 2024

Good suggestion. I think we should switch to opencv-python-headless. Would you like to submit a pull request to fix this? Thanks.

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

Successfully merging a pull request may close this issue.

2 participants