-
Notifications
You must be signed in to change notification settings - Fork 5
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
conda env create -f bin/INSPIIRED.conda.yml --> ResolvePackageNotFound #9
Comments
I am having the same issue and would like help with the ResolvePackageNotFound. |
My first thought was missing channels from the condarc file, but as you mentioned, @jwhite007, you already have the necessary ones included, and I see the same problem when I try it just now. I think the main issue may just be that these pinned versions are too old and have been dropped by whatever channel is supplying them. For example I see the earliest pango available in the defaults is 1.40.11 instead of the 1.39.0 listed. Some of these can be found by searching conda-forge as well as defaults and bioconda, but not quite all. If I raise the versions just enough to match available packages, a large number of other pinned packages then show conflicts with these higher versions of their dependencies. I think what this really requires is a careful update to the list of truly-needed-by-INSPIIRED packages, since that INSPIIRED.conda.yml file with exact versions and build IDs is really just a snapshot of what existed in a particular known-working install, and the conda channels have since left many of those packages behind. But I don't think that sort of minimal environment file is included in this repository. @helixscript @cnobles any thoughts? (I'm just pitching in my 2 cents from conda experience here, but you'd know better than I would, as far as INSPIIRED goes.) |
Thank you so much for your attention to this. You rock! I've got some more information with which I will update my original post above. Cheers! |
Hi jwhite and co, The required CONDA environment continues to be a weakness for this software. Best - John |
@helixscript, thanks for the reply and also for looking into this. It's much appreciated. |
Thank you for looking into this, is there any update? |
@helixscript, If there's anything at all that I can do to help, please let me know. I can start by removing R and all of the R packages from the yml, and then installing R and the packages separately. Would this help? Thanks. |
Hello, @helixscript is there any update on this issue? You had previously said you may be able to provide a collection of Linux |
@helixscript @jwhite007 @chasberry Has the been any movement on this? @cnobles |
Any update? I am running into the same issue. |
I would really appreciate some help with the following. Thanks.
System
Command
I then do the following which results in a much shorter list:
I then update bin/INSPIIRED.conda.yml with versions that are found in my channels:
- libxml2=2.9.3=6
- glib=2.43.0=1
- r-getopt=1.20.0
which results in what seems like hundreds of Package conflicts, e.g.:
The text was updated successfully, but these errors were encountered: