I'm trying to import a module that has a dash in the module name. Whenever I try this, I get a syntax error. Can I get some help?
I've tried reinstalling the module with pip3 I've also tried using the underscore symbol instead of the dash
import instabot-py
I expect the code to just run but the error 'SyntaxError: invalid syntax' pops up.