Why do I get the following error in python?
import scholar_network as sn
sn.scrape_single_author(scholar_id='ZmwzVQUAAAAJ', scholar_name='Michelle Duong')
# ModuleNotFoundError: No module named 'scholar_network'
Why can't you find the module 'scholar_network'?
Install the package
If you did, I assume that you use IDE, and virtual environment in it can be broken.
Try to run it with console
Or try to make a new project with new virtual environment with your hands.