Pycharm package installation

Hi There

I have problems installing new python packages on my fedora machine at the moment.
It seems with pip install the installation should be successful.

But I cannot use the new packages in pycharm.
Tried with virtualenv and GUI installation. Also added

export PATH="$HOME/.local/bin:$PATH"

to my bashrc. (Don’t really know if this is useful).

So. How can I install new packages in pycharm and use them in this IDE?

Tried with networkx and PyQt.

Kind Regards