I’m having trouble with the social network inheritance project located here: INE.
My tests pass, but when I try to run social-network/main.py, I get the following error:
Traceback (most recent call last):
File “main.py”, line 1, in
from social_network.accounts import User
ModuleNotFoundError: No module named ‘social_network’
My project can be found here: https://github.com/nkennedy1027/data-science/tree/master/social-network-inheritance
Any suggestions you have would be very helpful!