So I am trying to import certain packages, when I use this command in cmd, py test.py, all I get is ModuleNotFoundError: No module named holidays
The only thing in test.py is import holidays.
But when I try to execute test.py in sublime text3, it works. No error happens.
I have tried to find the answer by Google, but can's find anything helpful. Please help me. Thank you all!