tstamphaus Posted August 23, 2023 Posted August 23, 2023 Hi all, We're developing a new site based on Python 3.10 but are getting the error 'ModuleNotFoundError: No module named 'pymysql'' Is it possible to install the module pymysql on Tommy2 for Python 3.10? Thnx!
Unknown025 Posted August 23, 2023 Posted August 23, 2023 I'll escalate your thread so an administrator can help you out.
Krydos Posted August 24, 2023 Posted August 24, 2023 You can't use mysqlclient or mysql-connector-python? https://krydos.heliohost.org/pyinfo/info3.10.py
tstamphaus Posted August 24, 2023 Author Posted August 24, 2023 Working with a framework that uses this default but I'll check.
tstamphaus Posted September 9, 2023 Author Posted September 9, 2023 Yes, we tackled it using those. Thnx again all.
Krydos Posted September 10, 2023 Posted September 10, 2023 Cool. I hate installing multiple modules that do the exact same thing. 1
Recommended Posts