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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...