+ 1
ModuleNotFoundError in Code playground | Sololearn
I am doing a simple code in Python in Code playground in Sololearn . For that code I want to import a module named as bs4 . And I import the module and when I run the code then it is showing ModuleNotFoundError .
2 Antworten
+ 5
You can take hint from these :
https://www.sololearn.com/Discuss/2256276/?ref=app
https://code.sololearn.com/cvdvAGGqi8g5/?ref=app
# if you run into any error post here
# that's for the shared code also or simply hit run again
+ 3
You can only import python standard libraries in sololearn code playground.
Otherwise it will show only "Module not found" error.
You can use an IDE for that after installing that module using pip-install.