お世話になります。
Raspbian(buster)のネットワーク設定後、 pip3 install -U
コマンドを使用しPythonパッケージのアップデートを実施しました。
各サイトを調べてみると、pip以外でインストールされているパッケージの為、pipによるアンインストールが失敗するとのことでした。
--ignore-installed
オプションを使用して強制的にアップデートする方法がある様なのですが、docutilsを綺麗にアンインストールしてからpipを使用して再インストールを行うことはできないのでしょうか。
bash
1root@pi01:~ # pip3 install -U docutils 2Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 3Collecting docutils 4 Using cached docutils-0.16-py2.py3-none-any.whl (548 kB) 5Installing collected packages: docutils 6 Attempting uninstall: docutils 7 Found existing installation: docutils 0.14 8ERROR: Cannot uninstall 'docutils'. 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.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/25 07:10