Closed KristinaGagalova closed 4 years ago
Hi Kristina,
Weird, I never encountered this issue before. The Python version shouldn't matter.
Based on my bioconda recipe, openjdk
and ntcard
are the two packages that may cause conflicts. Can you please check their versions?
Otherwise, you may also create an environment specifically for rnabloom, e.g.
conda create -n assembly rnabloom
Hope that helps! Ka Ming
Ok, I am actually using mamba and this is the error that it gives me:
mamba install -c bioconda rnabloom
__ __ __ __
/ \ / \ / \ / \
/ \/ \/ \/ \
███████████████/ /██/ /██/ /██/ /████████████████████████
/ / \ / \ / \ / \ \____
/ / \_/ \_/ \_/ \ o \__,
/ _/ \_____/ `
|/
███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██╔████╔██║██████╔╝███████║
██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
mamba (0.5.1) supported by @QuantStack
GitHub: https://github.com/TheSnakePit/mamba
Twitter: https://twitter.com/QuantStack
█████████████████████████████████████████████████████████████
pkgs/main/linux-64 [====================] (00m:00s) No change
pkgs/main/noarch [====================] (00m:00s) No change
pkgs/r/linux-64 [====================] (00m:00s) No change
pkgs/r/noarch [====================] (00m:00s) No change
bioconda/noarch [====================] (00m:00s) Done
bioconda/linux-64 [====================] (00m:00s) Done
Looking for: ['rnabloom']
Encountered problems while solving.
Problem: nothing provides llvm-openmp needed by ntcard-1.2.1-he513fc3_0
Any help ideas? or should I switch to conda?
I solved the issue by adding conda-forge channel, in case anyone had similar issue
conda config --append channels conda-forge
Glad to hear that you figured it out!
Hey Ka Ming, I am having this error when using conda for installation. I am using python 3.6
Not sure what's going on Thank you in advance for the help!