Jupyter notebook python 3 pip install

broken image
broken image
broken image
broken image

Requirement already satisfied: idna=2.5 in /Library/Frameworks/amework/Versions/3.8/lib/python3.8/site-packages (from requests) (2.10) Requirement already satisfied: requests in /Library/Frameworks/amework/Versions/3.8/lib/python3.8/site-packages (2.24.0) However, requests is already installed for Python3: (venv) PLAYGROUND % pip3 install requests ModuleNotFoundError: No module named 'requests' I'm trying to import requests within a Jupyter notebook Python3, but I'm getting the following error: ModuleNotFoundError Traceback (most recent call last) I'm on a macOS with Catalina, running my environment from venv.

broken image