I have an existing python module with a dash in its name, foo-bar.py
Changing the module name is something I would prefer to avoid as the module is shared, and I wou
Try using underscore instead of a hyphen.
import pymysql_utils
worked for me even though import pymysql-utils was the name of the module used by pip