I am currently at m040 chapter1 lab ‘Error Handling’
I try to run python loader.py and got this error message ‘ImportError: No module named pymongo’
I already tried to install pymongo in the VM and inside the .py file using ‘pip install pymongo’ and ‘sudo pip install pymongo’