-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing issue installing spatial correlation sampler #114
Comments
Hi kindly let me know what is the URL about, As its getting blocked. I am actually installing VC++ |
Please don't click blindly on bit.ly urls. I am almost certain this is some malware @nnimoyoefoki wants you to install, don't do it. I have removed the links. Besides, talking about a C compiler is completely off topic. As for your problem, I cannot help you as much as I want, because I am not on windows. |
Sorry thought the comment was genuine, Thanks for responding, I tried this way also but the error remained same, before install the package what all to be verified, Cause I didnt face any issue while installing this in my ubuntu, but windows is what causing trouble I tried installing c++ build tools from Microsoft but still no luck Have someone installed spatial correlation sampler in windows ? |
pip install spatial-correlation-sampler --verbose × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Thanks a lot! It works for me! |
@HariWu1995 did it work for you in windows ? |
Yes, it is. My system info:
|
The only thing I can recommand is you test the pytorch official extension repo : https://github.com/pytorch/extension-cpp If you are able to build and install this one, this means the problem is in the code of the correlation sampler, if not, you might want to ask the question there. At least you know what the error is exactly about : pytorch does not find the cuda version, although it should be able to find it from environment variable. |
I was able to download and install this |
I have python : 3.11 Maybe I will try installing "PyTorch Version: 2.4.0+cu121" this version and try again @HariWu1995 did you set any env variable ? |
spatial_correlation_sampler got installed when I install PyTorch Version: 2.4.0+cu121 @HariWu1995 and @ClementPinard thanks for the support Now a new issue is arising
How this can be solved |
Hi I tried building from the source but I am facing this issue
any idea on this
|
I am trying to install spatial correlation sampler packager for one of my application. I am installing it through pip install spatial-correlation-sampler
When ever I try to install I am getting an error
My echo output
Even though cuda tool kit is installed and this CUDA_HOME env is set I am getting the same error. I am trying this in windows os. If there is any solution kindly let me know
The text was updated successfully, but these errors were encountered: