OSError: [Errno 18] Invalid cross-device link January 15, 2023 by Tarik os.rename only works if source and destination are on the same file system. You should use shutil.move instead.