Closed janfreyberg closed 2 years ago
Hi Jan,
I can confirm that patchview
can be installed in WSL/WSL2 under windows 10, but the GUI would not launch. Wsl2 on Windows 11 may work, but I currently do not have access to Windows 11.
I've run patchview
successfully on Ubuntu 18.04 LTS and Mac Catalina.
These have been documented (in Get started/Pip install/note 2) as you suggested above.
Thank you!
Zeta
Hi,
after installing patchview using pip on WSL, I received the following error when running the
patchview
command:AttributeError: 'NoneType' object has no attribute 'eglGetCurrentContext'
```error Traceback (most recent call last): File "I suspect this might be related to using WSL, and this being a GUI application. Unless this is a real dependency problem on Linux (unfortunately, I don't have a "real" Linux installation), I suggest adding a disclaimer to the documentation that patchview does not run on WSL.