APro icon indicating copy to clipboard operation
APro copied to clipboard

No module named 'GP_cuda'

Open zwyang6 opened this issue 11 months ago • 1 comments

Thanks for your great work!

When i try to implement the code, i came across the error: "ModuleNotFoundError: No module named 'GP_cuda'" File "/apro/gp_cuda/gp_process/GP.py", line 6, in import GP_cuda as _C

Are there some files missing ? or the enviroment i have installed is not correct ?

Looking forward your kindly reply.

zwyang6 avatar Dec 24 '24 08:12 zwyang6

Hi, @zwyang6 It seems that you didn't compile the op or didn't compile the op successfully.

cd apro/gp_cuda
python setup.py build develop

CircleRadon avatar Dec 26 '24 11:12 CircleRadon