-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors when installing odlcuda with GCC. #33
Comments
Hi! odlcuda is mostly discontinued these days except for a few niche use cases. I'd recommend not using it in general. What are you looking to use odlcuda for? |
I use it for your Learned Primal-Dual network codes, is this not necessary for running the codes? |
It should not be necessary. |
It's great! Thank you very much. |
Did you use odlcuda successfully? I want to use it in deep neural network, but I met some problems when I compile it. |
We have installed odl and run pytest, no errors. But when we tried to install odlcuda by using this command “CUDA_ROOT=/usr/local/cuda-10.2 CUDA_COMPUTE=75 conda build ./conda”. The following errors occurs,
"conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {"gcc[version='<5']"}".
I wonder what the problem is and how to slove this. Thanks a lot.
The text was updated successfully, but these errors were encountered: