ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/MySQLdb/_mysql.cpython-38-darwin.so, 2): Library not loaded: libssl.1.0.0.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/MySQLdb/_mysql.cpython-38-darwin.so
Reason: image not found
Asked
Active
Viewed 789 times
0

Gino Mempin
- 25,369
- 29
- 96
- 135

sarv19
- 31
- 5
-
Can you provide more details about this error. Tell us what have you tried to do? If you have codes paste it into your question. Unless we can't help you – Kalana Dec 25 '19 at 04:54
-
@Kalana i uploaded a picture of the error. I am just trying to make an import MySQL from flask_mysqldb. – sarv19 Dec 25 '19 at 06:04
-
Did you just upgrade to Python3.8 from an older Python version? – Gino Mempin Dec 25 '19 at 13:36
-
@GinoMempin Yes i did – sarv19 Dec 25 '19 at 17:46
-
Does this answer your question? [Python3 flask-mysqldb: Library not loaded: libssl.1.0.0.dylib](https://stackoverflow.com/questions/51966962/python3-flask-mysqldb-library-not-loaded-libssl-1-0-0-dylib) – Gino Mempin Dec 26 '19 at 01:42