ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 264 forks source link

OSError: libcudart.so.11.0 #62

Closed estebanpdl closed 1 year ago

estebanpdl commented 1 year ago

I am trying to run python inference.py but I am getting this error:

OSError: libcudart.so.11.0

I tried to first install Cuda toolkit version 10, given that requirements.txt focuses on that version. However, I got some errors around dll libraries, so I ran: pip install onnxruntime-gpu==1.8.0 mxnet-cu112==1.9.1. This worked fine for those errors but now I am getting this one: OSError: libcudart.so.11.0.

I tried then to install some nvidia dependencies using this command: sudo apt install nvidia-cuda-toolkit. But the error persists.

I am using a WSL environment / Ubuntu on Windows.

Are there some methods to approach this error? Am I missing a specific version for pytorch? I have this Cuda version: CUDA Version: 11.6.

tommy-qichang commented 1 year ago

Same error. Any updates?

ak3389 commented 1 year ago

Same problem, is there a solution?

loboere commented 10 months ago

any news? colab same issue