0

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?

Kalana
  • 5,631
  • 7
  • 30
  • 51
Matthew Schell
  • 599
  • 1
  • 6
  • 19
  • Did you define the path of the interpreter ? – razimbres Mar 29 '21 at 21:22
  • 1
    Do you mean if I configured it? If so, yes. The path is /usr/local/bin/python3.9 – Matthew Schell Mar 29 '21 at 21:24
  • Does this answer your question? [PIP Cryptography Failing to Install](https://stackoverflow.com/questions/59143740/pip-cryptography-failing-to-install) – Kalana Mar 30 '21 at 09:43
  • Unfortunately, no. I did those steps in the question but when I try to type something like `import pycrypto` or any other package name, it still gives me a red underline saying *unresolved reference pycrypto* – Matthew Schell Mar 31 '21 at 16:17

0 Answers0