I have used the following command-line successfully (python3.7)
conda install -c conda-forge qgis
and I'm able to import the qgis-python module by import qgis in IPython.
However, when I tried to import qgis-python module in PyCharm (I am quite sure in the same conda environment as the environment mentioned before), I was warned
no module named qgis
Is there anything I need to do before If I want to import qgis package in PyCharm of VSCode? Or It is not allowed to import it outside QGIS?


