Hi,
I’m using a speech recognition API on macOS and need to install a certifi. I installed the certifi in python and it can recognize speech.
python3 -m pip install –-upgrade certifi
cd /Library/Frameworks/Python.framework/Versions/3.7/etc/openssl
ln -ns /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/certifi/cacert.pem cert.pem
But not in TD. I have imported the external python library path, and I tried to remove the built-in module path and copy python’s certfiti to the TD module path. It still doesn’t work
This step is not required on windows.
Is there any solution please?
Thank you!!!