when i was trying the example codes, i got
No module named 'requests',
and i changed the "from bs4 import BeautifulSoup" to the first line, and i got No module named Bs4
in my MacOs, i type
"pip install requests",seems already have it
These modules aren't installed on the Docker container by default, to install it run pip3 install beautifulsoup4 requests on the terminal that is open when you're in the Grid Studio workspace.
when i was trying the example codes, i got No module named 'requests', and i changed the "from bs4 import BeautifulSoup" to the first line, and i got No module named Bs4
in my MacOs, i type "pip install requests",seems already have it