Debian
python-pip 在 Debian Bullseye 上不可用
如果我嘗試使用 為 Python 2 安裝 pip
sudo apt-get install python-pip
,它會拋出以下錯誤消息:Package python-pip is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-pip
這個問題的唯一解決方案是通過get-pip.py安裝 pip還是有其他解決方法?
Bullseye 放棄了Python 2 支持。直接從上游下載它應該仍然有效(至少,只要 Python 2 本身在 Bullseye 中可用……)。
另一個可能有效的解決方案(我沒有嘗試過這個特定場景)是添加 Buster 儲存庫並
python-pip
從那里安裝。通常不建議這樣做,但如果您對跟踪測試感到滿意,它應該不會造成任何重大困難。