Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: libtaso_runtime.so #105

Open
sandeepnmenon opened this issue Feb 17, 2024 · 0 comments
Open

ImportError: libtaso_runtime.so #105

sandeepnmenon opened this issue Feb 17, 2024 · 0 comments

Comments

@sandeepnmenon
Copy link

I installed the docker image on my cluster with a V100 GPU.
From the docker interactive

 nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

But when I run import taso I get

>>> import taso
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/conda/lib/python3.7/site-packages/taso-0.1.0-py3.7-linux-x86_64.egg/taso/__init__.py", line 1, in <module>
    from .core import *
ImportError: libtaso_runtime.so: cannot open shared object file: No such file or directory

I used the tasoml/cuda100 docker image.
What could be the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant