-
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
Issues installing cobrar #246
Comments
What is your conda version? |
Hello! |
I have tried to install the dependencies independently using installation of required R-packages Download latest gapseq version from github Download latest reference sequence database However I can't install and get a very nasty error message |
Hello! Longtime user of GapSeq and I love how user friendly it is and wide range of metabolic pathways so thanks for making it so awesome.
I recently had to rebuild my miniconda3 environment and when I went to reinstall GapSeq I got these series of errors
conda env create -n gapseq-dev --file gapseq_env.yml
Channels:
Platform: osx-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following packages are incompatible
├─ r-biocmanager does not exist (perhaps a typo or a missing channel);
├─ r-cobrar >=0.1.1 is not installable because it requires
│ └─ r-base [>=4.3,<4.4.0a0 |>=4.4,<4.5.0a0 ], which requires
│ ├─ fonts-conda-ecosystem, which does not exist (perhaps a missing channel);
│ └─ pango >=1.50.14,<2.0a0 , which requires
│ └─ fonts-conda-ecosystem, which does not exist (perhaps a missing channel);
└─ r-renv does not exist (perhaps a typo or a missing channel).
I tried tracking down the issue using this flow chart the error provided me and
R-base version 4.4.1
pango is installed
fonts-conda-ecosystem, r-renv, and r-biocmanager are all PackagesNotFoundError: The following packages are not available from current channels:
Therefore if I could please have some help solving this it would mean a lot so thank you
The text was updated successfully, but these errors were encountered: