-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Setup for Mac users - was conda: ResolvePackageNotFound #17
Comments
Hi. I'm looking into this now. As you noted there was some issue with the file. I've now updated the links and the file so this file should work OK: Regarding the number of packages, this is the minimal list.
The big list of packages was created by installing these into an environment, then doing "conda env export" to freeze the whole environment as conda_env.yaml. I believe this is the most reliable option since the decisions made by Conda regarding dependent packages will change over time, and my experience is that eventually these changes will break something. However, there is now a pared-down version of the YAML file just containing the above list, if you want to install that and let Conda fill in the dependencies: |
Thanks @lexnederbragt for reporting this issue. I believe this is fixed, but let me know if there are still problems. |
Thanks! However, when I use https://carpentries-incubator.github.io/snakemake-novice-bioinformatics/files/conda_env_min.yaml as is, I get a lot (a lot!) of warnings about conflicts (Mac OS Big Sur, conda 4.12.0). When I instead used this, I got it to work (at least until episode 4).
Versions I got in my environment are:
So quite a number of newer versions than in I am going through the lesson and will get back if I see anything that didn't work as expected. |
It does not surprise me that several things do not quite work on the Mac, and it's great that you are able to test and fix these. I'll hold off merging the fixes and pull requests just now, but when you are done I'll roll them into a big fix and then we'll be able to say our course is good for Mac users. (I'm not sure it will ever be good for Windows users!) |
Hi @lexnederbragt once you are happy you have a working Conda setup for Mac then if you can |
I am trying to install snakemake as per the instructions in https://carpentries-incubator.github.io/snakemake-novice-bioinformatics/setup.html. When I run
conda env update --file conda_env_all.yaml
usinghttps://carpentries-incubator.github.io/snakemake-novice-bioinformatics/files/conda_env_all.yaml
I get aResolvePackageNotFound
. error with a long list of packages:That is 136 out of 239 packages (!). What can be done to sove this?
Additionally, isn't it quite unusual to specify so many packages in detail? Is there a 'minimal' set of packages that are required?
The text was updated successfully, but these errors were encountered: