The package isn’t in the class path. It doesn’t know where to look for package. It only knows of the current folder and everything below it. Here’s how I would fix it and would involve manually adding it to the classpath. We find the folder with the sys module and we append it to our path. Then we import.