Pythonでbs4ライブラリimport時にエラーが出る
解決したいこと
Pythonでbs4ライブラリを使用したいのですが、
実装中に以下のエラーが発生しました。
解決方法を知りたいです。
■環境
Python 3.8.2
開発環境:VSCode(1.55.2)
発生している問題・エラー
該当するソースコード
import requests, bs4
自分で試したこと
beautifulsoup4がインストールされていることは確認済みです。
(ターミナルで”pip3 install beautifulsoup4”を実行)
ただ、以下のような警告が出ます。
環境構築がうまくいってないのでしょうか。
Requirement already satisfied: beautifulsoup4 in ./Library/Python/3.8/lib/python/site-packages (4.9.3)
Requirement already satisfied: soupsieve>1.2 in ./Library/Python/3.8/lib/python/site-packages (from beautifulsoup4) (2.2.1)
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/Library/Python/3.8/lib/python/site-packages
sysconfig: /Users/Library/Python/3.8/lib/python3.8/site-packages
0