Leci37 / TensorFlow-stocks-prediction-Machine-learning-RealTime

Predict operation stocks points (buy-sell) with past technical patterns, and powerful machine-learning libraries such as: Sklearn.RandomForest , Sklearn.GradientBoosting, XGBoost, Google TensorFlow and Google TensorFlow LSTM..Real time Twitter:
241 stars 75 forks source link

get_technical_indicators.py issue #16

Closed bhargav17 closed 10 months ago

bhargav17 commented 1 year ago

When I run python get_technical_indicators.py but there it shows the below error.

python get_technical_indicators.py Traceback (most recent call last): File "get_technical_indicators.py", line 3, in import yhoo_history_stock File "/stocks-prediction-Machine-learning-RealTime-telegram/yhoo_history_stock.py", line 12, in from technical_indicators.talib_technical_class_object import TechData File "/stocks-prediction-Machine-learning-RealTime-telegram/technical_indicators/talib_technical_class_object.py", line 1, in from Utils import Utils_Yfinance, Utils_buy_sell_points File "/stocks-prediction-Machine-learning-RealTime-telegram/Utils/Utils_buy_sell_points.py", line 11, in from Utils import Utils_plotter File "/stocks-prediction-Machine-learning-RealTime-telegram/Utils/Utils_plotter.py", line 2, in import finplot as fplt File "/usr/local/lib/python3.8/site-packages/finplot/init.py", line 24, in import pyqtgraph as pg File "/usr/local/lib/python3.8/site-packages/pyqtgraph/init.py", line 18, in from .colors import palette File "/usr/local/lib/python3.8/site-packages/pyqtgraph/colors/palette.py", line 1, in from ..Qt import QtGui File "/usr/local/lib/python3.8/site-packages/pyqtgraph/Qt/init.py", line 54, Screenshot from 2023-06-07 19-41-29 in raise Exception("PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6; none of these packages could be imported.") Exception: PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6; none of these packages could be imported.