51bitquant / howtrader

Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.
MIT License
665 stars 288 forks source link

fix ui not showing issue on mac os big sur #6

Closed fimh closed 3 years ago

fimh commented 3 years ago
Screen Shot 2021-01-09 at 23 00 19

It seems that PyQt5 with version 5.14.1 is not compatible with macOS Big Sur (11.1). The howtrader app will experience an ANR with a warning message

Warning: QApplication was created before pyqtgraph was imported; there may be problems (to avoid bugs, call QApplication.setGraphicsSystem("raster") before the QApplication is created).

Problem solved after upgrading to 5.15.2

51bitquant commented 3 years ago

Thanks for submitting the merge request.