bohra
bohra copied to clipboard
"altair" Python package missing from bohra conda recipe ?
Hi,
First, thanks for developping bohra !
Context
Version of bohra : 2.3.2
I installed bohra through conda and ran bohra init
But then running bohra run --pipeline preview, I encountered a import module error with altair package, at final "compile" step
https://github.com/MDU-PHL/bohra/blob/5ff3a46782fc338a6205b8f388d4922cdec78a60/bohra/modules/collation/bin/compile.py#L3
Steps to reproduce
conda create -n bohra -c conda-forge -c bioconda bohra
conda activate bohra
pip freeze | grep -i altair
# --> Nothing found
Thanks for your help ! Kind regards, Felix.
@kristyhoran is this still relevant for current version?
Addressed in #75