I know this question has been asked a ton, but I can't figure out where I'm messing up. I am trying to import a module, FoodDelivLibrary.Utils but when I run it on the raspberry pi it says "module does not exists" It is weird because it works fine in pycharm but runs into issurs when I use terminal.
This is my file structure
The DriveTrain.py file is trying to access functions from the Serial.py file and I keep getting the error "No module named 'FoodDelivLibrary'" Any help would be much appreciated. Thank you!
I Have a init.py in each folder.
The import it is having trouble running is:
from FoodDelivLibrary.Utils.Serial import Serial
Here is the github if you want a clearer view of the file structure: https://github.com/archishou/FoodDeliv