Python Module not found ONLY when .py file is on desktop

Only for a .py file that is saved on my Desktop, importing some modules (like pandas) fail due to Module not found from an import that happens within the module. This behaviour doesn’t happen when the file is saved to a different location. Working on a Mac and i made a test.py file that only… Read More Python Module not found ONLY when .py file is on desktop