Jump to content

[Solved] Python: ModuleNotFoundError: No module named 'pymysql'


Recommended Posts

On 4/22/2024 at 12:20 AM, xiaotusoushu said:

pymysql

Installed, but I'd like to mention that we already have 3 different Python modules to connect to MySQL. Why not use one of the existing modules rather than installing a different one?

On 4/22/2024 at 12:20 AM, xiaotusoushu said:

smtplib

# /usr/local/python3.10/bin/pip3.10 install smtplib
ERROR: Could not find a version that satisfies the requirement smtplib (from versions: none)
ERROR: No matching distribution found for smtplib

You can see the current list of installed modules on Tommy's Python 3.10 with this link https://krydos.heliohost.org/pyinfo/info3.10.py

Link to comment
Share on other sites

  • Krydos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...