Skip to content
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 install error with OSX Ventura on M1 mac #102

Open
mericl opened this issue Nov 9, 2023 · 2 comments
Open

conda install error with OSX Ventura on M1 mac #102

mericl opened this issue Nov 9, 2023 · 2 comments
Labels
not_dgenies Issue not related to dgenies wontfix This will not be worked on

Comments

@mericl
Copy link

mericl commented Nov 9, 2023

Trying to do a local install with conda on a M1 Mac running Ventura 13.5.2 (running python3.10.10)

When running:
conda create -c conda-forge -c bioconda -n dgenies dgenies

I get this error:

UnsatisfiableError: The following specifications were found to be incompatible with your system:

  • feature:/osx-arm64::__osx==13.5.2=0
  • dgenies -> matplotlib-base[version='>=2.1'] -> __osx[version='>=10.9']
    Your installed version is: 13.5.2
@pbordron
Copy link
Member

pbordron commented Nov 9, 2023

Hi @mericl

Look like it is a problem with conda itself. Conda on OS X arm64 still new, please contact them.

We only provide a best effort support for mac OS X. D-genies is not heavily tested on it and only with OS X on amd64. We don't have arm64 mac for testing.

As an alternative, you can try the following way to install D-Genies.

conda create -c conda-forge -c bioconda -n dgenies python minimap2 "mashmap=2.0"
conda activate dgenies
# we install dgenies from git as there is a dependency fix not included in stable release
pip install git+https://github.com/genotoul-bioinfo/dgenies.git
dgenies run

Regards

Philippe

@pbordron pbordron pinned this issue Nov 9, 2023
@pbordron pbordron added wontfix This will not be worked on not_dgenies Issue not related to dgenies and removed wontfix This will not be worked on labels Nov 9, 2023
@pbordron
Copy link
Member

pbordron commented Nov 10, 2023

I have also tested conda dgenies install on a fresh Ventura amd64 install (13.6 - 22G120) with also a fresh miniconda install (python 3.11.5 + conda 23.9.0 from october 19, 2023). I got no problem.

Maybe you can update to last Ventura and conda versions.

@pbordron pbordron unpinned this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not_dgenies Issue not related to dgenies wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants