highfestiva / finplot

Performant and effortless finance plotting for Python
MIT License
935 stars 187 forks source link

[BUG]AttributeError: module 'signal' has no attribute 'getsignal' #501

Closed ywzywz closed 8 months ago

ywzywz commented 8 months ago

it seems that finplot use pyqt5,but after installed pyqt5,my other codes that used matplotlib no longer works,error:AttributeError: module 'signal' has no attribute 'getsignal'

is this some conflict between pyqt5 and matplotlib or do I miss something

highfestiva commented 8 months ago

It uses PyQt6.