pythonを使用し、Googleニュースをスクレイピングするために、BeautifulSoupをUbuntuでインストールしようとしています。
"sudo pip3 install beautifulsoup4==4.6.0"のコマンドを入力し、本来であればインストールは成功し"Successfully installed beautifulsoup4-4.6.0"と表示されるはずなのですが、次のエラーが出てしまいました。
WARNING: The directory '/home/taro/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: beautifulsoup4==4.6.0 in /usr/local/lib/python3.6/dist-packages (4.6.0)
上記は何が原因なのでしょうか。
また、スクレイピングするために書いたコードをUbuntuにて実行する方法が分かりません。
ご教授願います><
あなたの回答
tips
プレビュー