-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bioconda installation #271
Comments
Yes, I had the same problem. Maybe, a solution is to install it via source code. Download it from here https://anaconda.org/bioconda/gimmemotifs/files and install it by using the command conda install --offline name_of_the_file_package. There are other alternatives to install this tool and it is described in the instalation section here https://gimmemotifs.readthedocs.io/en/stable/installation.html. :) |
I also would like to know why this problem of conda installation for this tool is happened. Conda install is an easy and friendly way. |
Hey @ChemaMD and @paolabc, Aside from @paolabc's excellent suggestions, here are two additional methods to fix Conda (for all big packages, not just gimmemotifs):
|
Hi |
Hi, thanks for the suggestions, I'll def give it a go! |
Thanks @siebrenf , |
I found the same problem with conda. The pip install method works, however. |
Has there been any movement on this issue?
This appeared to work: However, trying to run gimme results in: I would like to revisit this tool, but conda isn't helping. Thanks. |
This is ongoing, here is a little overview and two potential fixes: Overview:
Fixes:
# install mamba if you haven't already
conda install -c conda-forge mamba
# create a new environment with gimmemotifs
NAME=gimme
mamba create -n $NAME gimmemotifs
# give it a try
conda activate $NAME
gimme --help |
Thank you @siebrenf. I tried the mamba method again on a different system. It installed, but I get the following error: Any thoughts? I am using Ubuntu 20 if that helps. Thank you. |
Some of our dependencies are outdated on bioconda, and throw this error occasionally (it is likely one of the ucsc tools). This behavior is not consistent, so you might be OK if you run it again... |
I thought I made progress, but get the following:
Your installed version is: 2.31 I am not sure how to interpret this, but don't I have a never version of glibc than requested? Thank you. |
That's a conda error right? It seems you are trying to install something new in the environment that is clashing with something already in there... Easiest solution is to simply create a new environment :) Btw, i am trying to release a new version of gimmemotifs on bioconda that is easier to install (0.17.2). Hopefully done on monday! |
@siebrenf thanks for the reply. It was a new environment: I'll try the new release next week. |
Unfortunately, the new version doesn't install either. Resulted in "Solving environment:" running for three days before I stopped it. |
Hey Ian, This command should work within minutes: |
@siebrenf just to say I successfully installed gimmemotifs via mamba. Thank you for your help. |
Hello,I’ve tried to install gimmemotifs according to the instructions on the official website, I ran the following command: |
Can you try:
mamba install gimmemotifs
(With an s at the end)
|
Sure. I tried this command ”mamba install gimmemotifs“before, and it showed the same error. |
Your current conda environment might be incompatible. You can create a fresh environment with
|
Thank you sincerely for your patient reply! I will follow your suggestion and try to install it again later.
…------------------ 原始邮件 ------------------
发件人: "vanheeringen-lab/gimmemotifs" ***@***.***>;
发送时间: 2023年4月11日(星期二) 下午3:15
***@***.***>;
***@***.******@***.***>;
主题: Re: [vanheeringen-lab/gimmemotifs] Bioconda installation (Issue #271)
Your current conda environment might be incompatible. You can create a fresh environment with
mamba create -n gimme gimmemotifs
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi,
Thanks for the great package. I'm trying to install GimmeMotifs via conda and it keeps failing (in different computers and users). The command I run, as per guides in readthedocs:
conda create -n gimme gimmemotifs
Output:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
In case it is useful, below the info of my conda installation.
Thanks for your help!
Chema
======
conda info
=====conda version : 4.13.0
conda-build version : 3.21.9
python version : 3.8.13.final.0
virtual packages : __osx=10.16=0
__unix=0=0
__archspec=1=x86_64
base environment : /opt/anaconda3 (writable)
conda av data dir : /opt/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/osx-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/bioconda/osx-64
https://conda.anaconda.org/bioconda/noarch
https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch
platform : osx-64
user-agent : conda/4.13.0 requests/2.28.0 CPython/3.8.13 Darwin/21.4.0 OSX/10.16
UID:GID : 502:20
netrc file : None
offline mode : False
The text was updated successfully, but these errors were encountered: