Open tetedange13 opened 1 year ago
Hi, First, thanks for developping bohra !
bohra
Version of bohra : 2.3.2
I installed bohra through conda and ran bohra init
conda
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
bohra run --pipeline preview
import module error
altair
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?
Hi,
First, thanks for developping
bohra
!Context
Version of
bohra
: 2.3.2I installed
bohra
throughconda
and ranbohra init
But then running
bohra run --pipeline preview
, I encountered aimport module error
withaltair
package, at final "compile" step https://github.com/MDU-PHL/bohra/blob/5ff3a46782fc338a6205b8f388d4922cdec78a60/bohra/modules/collation/bin/compile.py#L3Steps to reproduce
Thanks for your help ! Kind regards, Felix.