Fix #74, Qt xcb error for pip install method#80
Merged
jbohnslav merged 1 commit intojbohnslav:masterfrom Feb 21, 2022
Merged
Conversation
Needs to be fixed in setup.py as well for `pip install -e .` method
|
I'm hitting this error when trying to run the app from a windows machine using WSL to install into an ubuntu subsystem. Manually installing the headless package gets rid of the error, but am getting a new error now: |
Contributor
Author
|
@TheNotary as far as I know WSL isn't meant for GUI applications. I'd just install it natively into either windows or Linux. |
|
Ah I see, that's probably why we've been seeing so many frontends being exposed as web servers these days since then they can be deployed to headless environments like remote servers/ wsl/ docker containers and then they can be managed by exposing a port a opening them up via a web browser. I'll give give installation via Windows another next time I'm in-person with the entomologist I'm working with. |
jbohnslav
approved these changes
Feb 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needs to be fixed in setup.py as well for
pip install -e .method when not using anaconda