相关文章推荐
爱笑的汉堡包  ·  域套接字sendto errno ...·  2 月前    · 
谈吐大方的镜子  ·  MongoDB笔记 - ...·  2 年前    · 
冷冷的红金鱼  ·  scala - How to store ...·  3 年前    · 
坏坏的丝瓜  ·  c# - ...·  3 年前    · 
Closed 1

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/nvvm/lib64'

bilzard bilzard

cudf のインポートに失敗する。

import cudf
File /usr/local/lib/python3.9/dist-packages/numba/misc/findlib.py:56, in find_file(pat, libdir)
     54 files = []
     55 for ldir in libdirs:
---> 56     entries = os.listdir(ldir)
     57     candidates = [os.path.join(ldir, ent)
     58                   for ent in entries if pat.match(ent)]
     59     files.extend([c for c in candidates if os.path.isfile(c)])
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/nvvm/lib64'

[1] をベースイメージとしてRAPIDS+pip [2] でインストールした。

https://hub.docker.com/layers/nvidia/cuda/11.8.0-runtime-ubuntu20.04/images/sha256-05fa1678d809ef74903148c853d00628c678ac429302bd379f8bd21bab1ae72d ↩︎