faircloth-lab / phyluce

software for UCE (and general) phylogenomics
http://phyluce.readthedocs.org/
Other
76 stars 48 forks source link

phyluce not installing on macOS aarch64 #297

Closed macrinl closed 1 year ago

macrinl commented 1 year ago

Hello,

I am trying to run phyluce using UTM virtual machine on a MacBook Pro with M1 chip. Given the M1 chip of my machine, I need to run linux-aarch64 version, hence Miniconda3-latest-Linux-aarch64.sh . Everything is working fine until the installation of phyluce. When I prompt the code in the terminal everything runs, but at the end of the installation it gives me an error saying "solving environment: fails ResolvePackageNotFound: " and mentions a series of packages including phyluce 1.7.2 Is this because phyluce is not available for machines running aarch64 yet, or do you think there is any way to overcome this issue?

Many thanks

brantfaircloth commented 1 year ago

Have you tried the instructions for installing on an M-series CPU?

macrinl commented 1 year ago

Hello. yes, I have, trying to install phyluce from the terminal on Mac M1 now, but I am getting the same error. I run the suggested piece of code: conda env update --name phyluce-1.7.2-x86 --file phyluce-1.7.2-py36-macOS-conda.yml --prune and I get the following response: Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

macrinl commented 1 year ago

Fixed, it was not running a piece of code. Thank you very much for your help!

brantfaircloth commented 1 year ago

Cool - thanks for letting me know 👍