numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.92k stars 316 forks source link

PackageNotFoundError: Package missing in current linux-64 channels: - llvmlite ==0.7.0+3.g1ec568f #265

Open LishengSun opened 7 years ago

LishengSun commented 7 years ago

Hello,

I am trying to install llvmlite ==0.7.0+3.g1ec568f using conda install --channel numba llvmlite==0.7.0+3.g1ec568f

However I got this error message:

PackageNotFoundError: Package missing in current linux-64 channels: 
  - llvmlite ==0.7.0+3.g1ec568f

Could you please help me to fix the problem: does this version still exist? Or I am getting the channel wrong?

Thank you very much!

sklam commented 7 years ago

Can you tell me how you obtained the version number? The commit (1ec568f) is referring to a development build and not a release build.

If you just need the version 0.7.0 release build, you should issue conda install --channel numba llvmlite=0.7.0. Also, is there a reason why you can't use the latest llvmlite? We are at 0.18.0 now.