odlgroup / odlcuda

C++ backend for ODL
GNU General Public License v3.0
5 stars 2 forks source link

Error when trying to install odlcuda #32

Open lxaibl opened 5 years ago

lxaibl commented 5 years ago

We installed odl and run test, no issues. Then we tried to install odlcuda. But we had a problem when we ran this command "CUDA_ROOT=/usr/local/cuda-9.0 CUDA_COMPUTE=37 conda build ./conda". Error shows "conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {"odl[version='>=0.3.0']"}". Do you what the problem is?

kohr-h commented 5 years ago

The error itself probably means that conda doesn't know about ODL. To solve that, you would need to add the odlgroup channel.

However, odlcuda only works with old versions of ODL, 0.6 and less I think.

lxaibl commented 5 years ago

Hi, Thank you for your reply. Yeah, we add conda config --append channels odlgroup before conda build. It went futher in the build. But still got errors. I think it might be our installed odl is 0.7 version. Right now odlcpu+AstraGPU works fine. So I'm happy with that.