nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

No module named 'PyQt5.sip' #58

Open fzhu2e opened 4 years ago

fzhu2e commented 4 years ago

On macOS, when pip install lipd, the PyQt5-sip with version 12.7.1 and PyQt5 with version 5.14.1 are installed but they seem not compatible with each other, and when import lipd, it prompts error at from PyQt5 import QtCore and says " No module named 'PyQt5.sip' ". I have to manually downgrade them to 4.19.19 for PyQt5-sip and 5.13 for PyQt5 to fix the issue, which breaks the automatic installation.