hkaramian / RobustVideoMatting-For-Nuke

Robust Video Matting For Nuke
http://hkaramian.com
GNU General Public License v3.0
41 stars 1 forks source link

Linux Compatibilty #4

Closed Saku241 closed 5 months ago

Saku241 commented 6 months ago

Hey did you think about linux compatibility for the node ? The check dependencies ever tells no python but I installed everything with miniconda3

bmossm commented 6 months ago

Assuming that you installed everything in the created environment like in the instructions?

Saku241 commented 6 months ago

Yep i followed all the instructions but the node is pointing to a python.exe

hkaramian commented 6 months ago

Hey guys, I believe It's not compatible with linux, as there are a couple of functions that run through cmd (bash) and that commands need to be updated to works in linux.

I hope I give an update in future and make it linux compatible

bmossm commented 6 months ago

The node should point to the python inside the miniconda3 environment. If it installed in the default directory the one listed in the node is correct. If the python for the km_rvm environment is somewhere else (like hkaramian mentioned in another issue#, C:\Program Data... if you installed for "All Users") then you will need to add your own path.

Saku241 commented 6 months ago

The node should point to the python inside the miniconda3 environment. If it installed in the default directory the one listed in the node is correct. If the python for the km_rvm environment is somewhere else (like hkaramian mentioned in another issue#, C:\Program Data... if you installed for "All Users") then you will need to add your own path.

Thanks but this issue is for LINUX compatibility as it shown above.

As @hkaramian said, there is functions that runs through cmd and you can’t just simply point python on linux

bmossm commented 6 months ago

GOTCHA. Definitely read your question as asking about Linux, knowing it wouldn't work, and then an issue you were having separately. Cheers.