Log Qiime2 Tutorial(1) Unresolved reference 'skbio' Conda interpreter on PyCharm

 I'm following Qiime2, plugin tutorial. 

 QIIME2 dev page

 

I created my first plugin, and now trying to write down a method...

Unresolved reference 'skbio' 

Unresolved reference 'q2_types' 

I did create venv with yml file including both of them.

libraries I need were not indexed 😑Nothing is smooth. 

 

I figured.. I've been using conda environment interpreter on PyCharm wrong whole time.

I picked python from the first tab

But there is a conda environment tab..  

 

 

 

 

Pick the right venv. In my case, it is 'q2_dwq2_dev'

 

This is that easy :)

Everything is hard until it's not Guess that is bioinformatics  

Now everything works! Yay

Comments