-
Notifications
You must be signed in to change notification settings - Fork 27
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
PSF layer install error #1
Comments
i met this problem too,have you solve it? |
I solved it by replacing the original path in the |
You are right! replace "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in setup.py |
I do the same with you,but it got error: |
I forget the details of this project, but I remember that there is a difference between the call to some files in the setup file and the actual file names, so you can pay attention to that. @xuejiancai |
ok,thx! |
In case this still helps anyone, I solved it by renaming the "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in setup.py and copying all the files inside the ext/ directory to the main folder. Then I had run the setup file inside the main folder. |
Thank you for sharing your work. I'd like to try the code, but the first step installing is with something wrong. Could you please help me?
The text was updated successfully, but these errors were encountered: