Traceback (most recent call last): File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/cupy/__init__.py", line 11, in from cupy import core # NOQA File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/cupy/core/__init__.py", line 1, in from cupy.core import core # NOQA ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usit/abel/u1/andidyer/vecmap/map_embeddings.py", line 16, in import embeddings File "/cluster/home/andidyer/vecmap/embeddings.py", line 16, in from cupy_utils import * File "/cluster/home/andidyer/vecmap/cupy_utils.py", line 23, in import cupy File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/cupy/__init__.py", line 32, in six.reraise(ImportError, ImportError(msg), exc_info[2]) File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/six.py", line 692, in reraise raise value.with_traceback(tb) File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/cupy/__init__.py", line 11, in from cupy import core # NOQA File "/usit/abel/u1/andidyer/.local/share/virtualenvs/Synthetic-PRwNTqdM/lib/python3.6/site-packages/cupy/core/__init__.py", line 1, in from cupy.core import core # NOQA ImportError: CuPy is not correctly installed. If you are using wheel distribution (cupy-cudaXX), make sure that the version of CuPy you installed matches with the version of CUDA on your host. Also, confirm that only one CuPy package is installed: $ pip freeze If you are building CuPy from source, please check your environment, uninstall CuPy and reinstall it with: $ pip install cupy --no-cache-dir -vvvv Check the Installation Guide for details: https://docs-cupy.chainer.org/en/latest/install.html original error: libcublas.so.8.0: cannot open shared object file: No such file or directory