can it be used on window 10? #193
-
I try to install and compile curobo on Windows 10. I followed the Installaion in https://curobo.org/source/getting_started/1_install_instructions.html. While I run "pip install -e . --no-build-isolation", I get error: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I read in one of the thread that windows is not supported yet. My question is that is there a plan to make it supported for windows? at least for the python api (No isaac). |
Beta Was this translation helpful? Give feedback.
-
There is no plan to support windows. However, some users were able to get it running in windows: #37 (comment) |
Beta Was this translation helpful? Give feedback.
Thanks for the reply @balakumar-s. Someone has made a branch for windows support. I was able to build it in my windows 11 device directly without wsl2. For people in need for installing the great curobo, please checkout this branch:
(https://github.com/wawatt/curobo_for_windows)
If in future you want to add support for windows. This will be a good start.