matsengrp / gctree

GCtree: phylogenetic inference of genotype-collapsed trees
https://matsengrp.github.io/gctree
GNU General Public License v3.0
16 stars 2 forks source link

Errors installing PyQt5 dependency on ARM Mac using pip #95

Open wsdewitt opened 2 years ago

wsdewitt commented 2 years ago

Currently pip install gctree fails for me on an ARM Mac, giving an error like this from the PyQt5 dependency. The Conda install works though. PyQt5 installs fine via Conda, but not from pip. It could be helpful to add a note/warning in the install docs that ARM Mac users currently need to install PyQt5 somehow (i.e. Conda) before installing gctree via pip (e.g. if gctree is a dependency in the setup.py of another package).