Michael Ploujnikov
Michael Ploujnikov
It would also be useful to see how it is meant to be "installed" in Emacs.
I can still reproduce this in Docker version ```18.05.0-ce```, build ```f150324```: ``` plouj@host:~$ socat -ddd PTY,link=/tmp/remote-serial,rawer,wait-slave,b19200,mode=666 - & plouj@host:~$ docker run -it --rm --device=/tmp/remote-serial:/dev/ttyUSB0:rwm ubuntu:17.10 /bin/bash root@5e18766143c9:/# apt update &&...
My version of dealing with this: [#3157](https://github.com/nerfstudio-project/nerfstudio/issues/3157#issuecomment-3171982876)
I was able to install and use nerfstudio on Windows with the latest Visual Studio Community 2022 version from the app store and a few other newer dependencies, specifically: Visual...