Closed rullator closed 1 year ago
Hi @rullator, many thanks for pointing out the issue and also fixing it 👍🏾! Did you also check it in a Gui-environment? Just asking, because we need to make sure, it works in both the cases. It's OK if you haven't, just let us know so that we can run some tests, before making a PR! Thanks again for the find 🥇
No, I didn't test it in GUI environment.. just command line :)
@mprires can you please test this in windows environment? And see after @rullator's suggested change nothing breaks.
I can confirm nothing breaks in Linux. @mprires whenever you have time, run it in windows.
I tested it and the fix also works in GUI environment! Thank you for the find :)
Great, so closing it :) thanks again @rullator!
Thanks for providing version 2 of your fantastic tool MOOSE!
When following your installation instructions and finally starting moose via:
moosez -h
I received the following error:
I am working remotely via SSH on a supercomuting cluster. I believe the error is generated via the opencv-python which installs GUI functionality.
I could fix the error by installing:
pip install opencv-python-headless
opencv-python-headless
is a version of opencv-python that doesn't include the GUI features, so it also doesn't depend on the graphics libraries. It seems to be a good solution for setups that don't have a full graphical environment.