I've installed 3 packages in the command line with pip3 install <package name>
but PyCharm can't seem to locate those packages. I don't know if that matters but I'm using version 3.9 of the interpreter and after installing each package, I saw in the background task list that PyCharm was indexing.
I tried running the commands again and they all said Requirement already satisfied
.
I also tried hovering my mouse over the underlined package name in PyCharm and clicking on install package but that seemed to do nothing.
I also tried to locate the packages in the command line with the locate
command. Nothing was returned for pycrypto or m2crypto, but when I searched for pyopenssl, I saw numerous paths, none of which I think are what I'm looking for (the closest one I saw was /usr/local/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py
. Maybe that's the module?) Does anyone know a fix for this?