ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

no Module named 'requests' / 'bs4' #93

Closed extirpate closed 5 years ago

extirpate commented 5 years ago

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

ricklamers commented 5 years ago

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.