Skip to content

Google Colaboratory example not working anymore #3

Open
@benediktbrandt

Description

@benediktbrandt

The example code Openpiv_Python_Cython_GPU_demo.ipynb run in Googles Colaboratory (at import pycuda.autoinit) throws the following error:

/usr/local/lib/python2.7/dist-packages/pycuda/driver.py:66: UserWarning: Failed to import the CUDA driver interface, with an error message indicating that the version of your CUDA header does not match the version of your CUDA driver.
  warn("Failed to import the CUDA driver interface, with an error "

ImportErrorTraceback (most recent call last)
<ipython-input-4-6b190a107c72> in <module>()
      1 # check to make sure PyCUDA installed properly
----> 2 import pycuda.autoinit

1 frames
/usr/local/lib/python2.7/dist-packages/pycuda/driver.py in <module>()
     60 
     61 try:
---> 62     from pycuda._driver import *  # noqa
     63 except ImportError as e:
     64     if "_v2" in str(e):

ImportError: /usr/local/lib/python2.7/dist-packages/pycuda/_driver.so: undefined symbol: cuIpcOpenMemHandle_v2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions