こんばんは。お世話になります。
Python 2.7をDebian 10からアンインストールしたいのですが、下記のエラーが出ます。
bash
1$ pip uninstall python 2DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 3ERROR: Cannot uninstall 'Python'. 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.
Google翻訳にかけてみますと、下記の翻訳結果が帰ってきました。
Cannot uninstall 'Python'. 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.
また、下記のようなエラーも出ました。
bash
1sudo apt remove python 2Reading package lists... Done 3Building dependency tree 4Reading state information... Done 5Some packages could not be installed. This may mean that you have 6requested an impossible situation or if you are using the unstable 7distribution that some required packages have not yet been created 8or been moved out of Incoming. 9The following information may help to resolve the situation: 10 11The following packages have unmet dependencies: 12 libsmbclient : Depends: samba-libs (= 2:4.9.5+dfsg-5+deb10u1) but it is not going to be installed 13E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
どのようにしたらPython 2.7をアンインストールできるのでしょうか?ご教授願ます。
そもそも、なぜアンインストールしたいんでしょうか。
そっちほうを解決しましょうよ
https://teratail.com/questions/226957
https://teratail.com/questions/226956
上記にも質問を投稿させていただきましたが、
ActivityWatchというOSSをインストールするのにvirtualenvというツールが必要でして、virtualenvをインストールするのにPython 2.7が邪魔しているというわけです。
回答1件
あなたの回答
tips
プレビュー