Do anyone know how to fix this issue? I am pretty ...
# random
w
Do anyone know how to fix this issue? I am pretty new to Mac World. I have installed zsh as a terminal and latest python version is also installed. When I am trying to install any python lib. I am getting this ssl module not found in python error. I have OS Version as Catalina. Can anyone help me in troubleshooting this? Read a lot of articles as well as youtube vids, but still not sure what's missing!
m
how are you installing
w
@modern-table-48211 Thanks for asking The issue got fixed by running this command python3 -m pip install --force-reinstall numpy
👍🏼 2