-
Notifications
You must be signed in to change notification settings - Fork 17
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
Solving environment failed #8
Comments
Hi @lurialeslie, To start off, the error below:
could be as a result of intermittent internet disruptions from our experience. The conda installer may fail to resolve the packages when internet gets unstable. We have tested the installer on 2 separate MacBooks in both it worked just fine. WORKAROUND: I am also available for a zoom call at your earliest convenience to walk you through any technicalities if need be, feel free to reach out. Let me know how it goes. Ivan |
Hi @GunzIvan28 Many thanks for your reply. Can I ask indeed further assistance as I am still getting the same issue. |
Email me a zoom link via [email protected]. I am available right now for a call. |
So the issue here is that by default the architecture of the new Mac M1s is using arm64 which i'd wager a guess these conda libraries haven't been built against (rather have been built for the old intel macs). You can install rosetta 2, which is Apple's binary translator tool and use the below commands to get conda to install the libraries using the old intel builds. To install rosetta 2: $ softwareupdate --install-rosetta To install rMAP and force conda to install using intel builds, based in this issue: $ CONDA_SUBDIR=osx-64 conda env create -n rMAP-1.0 -f rMAP-1.0-MacOs-installer.yml However, when I try Another way around these difficulties might be containerising this tool via Docker. I can look at writing a Dockerfile for this and suggesting in a PR? |
Thanks for the input. You are right about the rMAP compilation; it has not been tested with the M1 and M2 chips because we have no access to either at the moment. It would be exciting to have this contained within a docker environment. We are currently working on implementing it within nextflow and consequently make it compatible with docker and singularity. If you are familiar this workflow, it would be great to add you as a collaborator. Let me know if you have some time for it. Cheers, |
I'd be happy to have a look at containerising this tool. I've used both Docker and Singularity in the past so can definitely aim to get rMAP containers for both.
|
@Sparrow0hawk, Let me know how it goes or when you need any anything from our end. Ivan |
Hi Ivan,
I am trying to setup rMAP on my macbook M1 Big Sur 11.3.
I did the initial step but when I tried to install rMAP with the command "conda env create -n rMAP-1.0 --file rMAP-1.0-macOs-installer.yml"
I receive this :
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
Then the subsequent steps cannot work like "conda activate rMAP-1.0" give
Could not find conda environment: rMAP-1.0
Could you advise what I am doing wrong and how to solve this issue?
The text was updated successfully, but these errors were encountered: