lhnguyen102 / cuTAGI

CUDA implementation of Tractable Approximate Gaussian Inference
MIT License
31 stars 10 forks source link

Cannot install pytagi on Windows 11 (on a .venv and root) #94

Open enzolvd opened 2 days ago

enzolvd commented 2 days ago

Hey team cuTAGI, I tried to install cuTAGI for a school project. I was not able to do it Please find attached the error that I get (It seems that it cannot find some cpp files)

Best Enzo bug_report.txt

lhnguyen102 commented 2 days ago

Enzo,

We currently do not support Windows yet. cu/pytagi can only be installed on either MacOS or Ubuntu. There are two ways to make it work on Windows

Ha

a-fakhri commented 1 day ago

You can also use the Windows Subsystem for Linux (WSL).

See here for more info: https://learn.microsoft.com/en-us/windows/wsl/install

lhnguyen102 commented 1 day ago

@a-fakhri did it work for your case? because we have tried WSL for days and it did not correctly compile the code. Could you confirm @miquelflorensa ?

miquelflorensa commented 1 day ago

I haven’t checked recently, but I remember it worked with WSL, though only with the CPU. I was never able to successfully compile it with CUDA.

a-fakhri commented 22 hours ago

@lhnguyen102 yep, it worked for me.