エラー内容
rembgをインストールした際、下記のエラーが出ました。
ERROR: Cannot uninstall ‘llvmlite’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
ライブラリのインストール時に出るエラーのようです(初心者)
対処方法
rembgをインストールする前に、以下を入力します。参考サイトは別記。
pip install llvmlite --ignore-installed
そのあと、rembgをインストールします。
pip install rembg
これでインストールできました。さて、画像処理の練習をしよう。。。
参考サイト様
Pythonライブラリがアップデートできない - Qiita
Pythonライブラリ「numba」のアップデートでエラー(本稿の趣旨とは外れるので詳しく触れませんが、numbaはPythonをJITコンパイルして高速化するライブラリです)起こったことPy…
ERROR: Cannot uninstall 'llvmlite'. · Issue #841 · NVIDIA/NeMo
I have the following line in my docker file: RUN pip install nemo_toolkit When I build the docker file, it errors out wh...
コメント