You are running your Travis builds on Linux VMs, msvcrt is a Windows library.
I’d avoid using msvcrt and find an alternative way of doing what you’re using the msvcrt module for if you want your script to work on multiple platforms.
You are running your Travis builds on Linux VMs, msvcrt is a Windows library.
I’d avoid using msvcrt and find an alternative way of doing what you’re using the msvcrt module for if you want your script to work on multiple platforms.