[Python] Numba installed via conda-forge conflict with Pipy wheels #2420
Labels
build
The issue related to the CUDA Quantum build
python-lang
Anything related to the Python CUDA Quantum language implementation
Required prerequisites
Describe the bug
Cudaq conflicts with Numba installed via the conda-forge channel. Importing Cudaq with Numba in the same Python script or importing modules that use Numba returns an LLVM error.
Note that when Numba is installed via Pip, there are no problems.
Steps to reproduce the bug
Create an environment via conda, mamba or micromamba:
The bug can be observed when importing the libraries together (the order does not matter).
Expected behavior
The imports should happen without issues, as observed when Numba is installed via Pip.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
The environment packages are:
Suggestions
No response
The text was updated successfully, but these errors were encountered: