You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 thesetup.py
of another package).The text was updated successfully, but these errors were encountered: