-
Notifications
You must be signed in to change notification settings - Fork 29
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
Problem installing in fresh conda environment. #23
Comments
Could you retry with while adding verbosity flags ( |
Hi, I had the same problem trying to install on a Mac: (myenv) jennifercalawa@U-KXNRWWJ417 ~ % conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257 UnsatisfiableError: (myenv) jennifercalawa@U-KXNRWWJ417 ~ % conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257 -v -vv -vvv During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Could you re run the command with only either |
My scientific computing department was able to get it installed and it worked! Thanks! |
I installed a fresh copy of miniconda on 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux.
conda create -n gwas
conda activate gwas
conda info
active environment : gwas
active env location : /path/local/src/miniconda3/envs/gwas
shell level : 3
user config file : /path/.condarc
populated config files : /path/.condarc
conda version : 23.1.0
conda-build version : not installed
python version : 3.10.9.final.0
virtual packages : __archspec=1=x86_64
__glibc=2.35=0
__linux=5.15.0=0
__unix=0=0
base environment : /path/local/src/miniconda3 (writable)
conda av data dir : /path/local/src/miniconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /path/local/src/miniconda3/pkgs
/path/.conda/pkgs
envs directories : /path/local/src/miniconda3/envs
/path/.conda/envs
platform : linux-64
user-agent : conda/23.1.0 requests/2.28.1 CPython/3.10.9 Linux/5.15.0-58-generic ubuntu/22.04.1 glibc/2.35
UID:GID : 1000:1000
netrc file : None
offline mode : False
conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: | Killed
On windows with a miniconda that's been installed for awhile but still creating a new gwas environment and activating it gave:
conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
The text was updated successfully, but these errors were encountered: