int-brain-lab / iblenv

Unified environment and Issue tracker for all IBL
MIT License
10 stars 10 forks source link

[Bug report] - ibllib install hangs when trying to build pyqt5 wheel #335

Closed oliche closed 1 year ago

oliche commented 1 year ago

pip install ibllib hangs there when trying to build pyqt5 for an antiquated Python.

Linux Ubuntu Virtualenv python3.8

Collecting pyqt5
  Using cached PyQt5-5.15.9.tar.gz (3.2 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... 

Fix: building pyqt5 requires accepting a license agreement, here is how to bypass it pip install -U pip pip3 install pyqt5 --config-settings --confirm-license= --verbose