I go to Settings>Project: Python Projects>Project Interpreter and click in Install but Cufflinks is not listed. (I use Anaconda Interpreter)
I already used
pip install cufflinks
conda install -c conda-forge cufflinks-py
conda install -c conda-forge/label/gcc7 cufflinks-py
conda install -c conda-forge/label/cf201901 cufflinks-py
but none works when I import the package in Pycharm.