I'm following Qiime2, plugin tutorial.
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
Post a Comment