Python3.3用のBeatutifulSoup4をインストールするためにpipをインストールしようとしています。 Linux Mint 16.
[127]manuel@manuel-X202E:~ > pip3.2 install beautifulsoup4
No command 'pip3.2' found, did you mean:
Command 'pip-3.2' from package 'python3-pip' (universe)
pip3.2: command not found
---------------------
[100]manuel@manuel-X202E:~ > sudo apt-get install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pip is already the newest version.
----------------------
manuel@manuel-X202E:~ > pip-3.2 install beautifulsoup4
The program 'pip-3.2' is currently not installed. You can install it by typing:
sudo apt-get install python3-pip
そのため、パッケージがインストールされていますが検出されません。 (OSを再起動してみました。)
私も次のことを試しました。
sudo apt-get purge python3-pip
sudo apt-get install python3-pip
sudo apt-get update
sudo apt-get check
また
sudo apt-get purge python3-pip
(reinstall via Synaptic)
編集する:ついに解決しました(dpkgを使用)。問題は私が使用すべきかどうかです。
pip3
変える
pip3-2
答え1
あなたの質問によると、あなたの質問はただの誤字のようです。正しいコマンドは次のとおりです。pip-3.2、いいえただポイント3.2。
編集する:まあ、タイプミスが主な悪い人ではない場合は、別のことを試してみましょう...
1) 除去python3-pip
sudo apt-get purge python3-pip
2)すべてをきれいにしてください:-)
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get remove
sudo apt-get autoremove
3) インストールpython3-pip、パッケージのリストを更新し、依存関係を確認します。
sudo apt-get install python3-pip
sudo apt-get update
sudo apt-get check
4)それでも機能しない場合は、Synapticを使用して再インストールしてみてください。
5) それでも運がないなら試してみてください
dpkg -L python3-pip
次の場所にあるファイルを見つけます。/usr/bin以外の起動可能ファイルがない場合ポイント-3.2