Raphael Espanha

Results 6 comments of Raphael Espanha

pcrglennon, thank you for your reply. I'll try that :)

I was able to do it after commenting the following lines in setup.py: from distutils.sysconfig import get_config_vars (opt,) = get_config_vars('OPT') os.environ['OPT'] = " ".join( flag for flag in opt.split() if...

You should make sure you have cuda installed on windows (either original CUDA installation or via conda cudatoolkit). To check if you have cuda on your conda environment run: python...

You are welcome. The next problem you might face may be what I am facing right now: **SharedArray** module for windows. It is using it to load the data and...

Thanks so much @anassmu. I ended up doing something similar. Finally, after some path issues I got it working :)

@fenfenglitech It seems you didn't install pointops_cuda properly. you have instructions in init.sh which is a script that creates the anaconda environment and installs the packages atuomatically. I advice atm,...