How can I upgrade certifi module?

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!!!

You followed the instructions here closely?

I tried. not work.

Hey @Zink

I was able to get things working. I will update the guide linked by Ivan.

Just FYI, things are quite different between Mac M1s and Intel-based ones. What is your system spec?

On another note, I’m no pro-Mac user, but I would suggest against having a python install like you have that is global. You should instead use Homebrew and manage your different python installations with Homebrew.

Best,
Michel

EDIT: Wiki was updated with MacOS specifics.