Forums

Error installing a Python module

I'm trying to install the telebot module by using the next command pip3.10 install --user telebot provided by the help page, but it raises an Invalid Syntax error

Make sure that you are running that in a Bash console and not a Python console.

yeah, that worked, thanks

Glad to hear that!