ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'clang' failed with exit status 1
Solution :relieved:
This needs openssl to install mysqlclient, so it needs to be linked with the lib exporting lib dir like:
Problem :rage:
Got this error during
pip install mysqlclient
Solution :relieved:
This needs openssl to install mysqlclient, so it needs to be linked with the lib exporting lib dir like:
Additional Ref :book:
https://github.com/PyMySQL/mysqlclient-python/issues/131