NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
809 stars 63 forks source link

_ZSt28__throw_bad_array_new_lengthv #26

Closed vinutah closed 1 year ago

vinutah commented 1 year ago
~/cuda-python$ pip install -e .
Obtaining file:///home/vinuj/cuda-python
Requirement already satisfied: cython in /home/vinuj/anaconda3/lib/python3.9/site-packages (from cuda-python==11.7.1) (0.29.28)
Installing collected packages: cuda-python
  Attempting uninstall: cuda-python
    Found existing installation: cuda-python 11.7.1
    Uninstalling cuda-python-11.7.1:
      Successfully uninstalled cuda-python-11.7.1
  Running setup.py develop for cuda-python
    from cuda import cuda, cudart
ImportError: /home/vinuj/cuda-python/cuda/cuda.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv
vzhurba01 commented 1 year ago

Likely related to conda/gcc as per https://github.com/conda/conda/issues/10757 and https://github.com/cython/cython/issues/4218

vzhurba01 commented 1 year ago

Closing since issue originates outside of CUDA Python.