backtrader-pyqt-ui icon indicating copy to clipboard operation
backtrader-pyqt-ui copied to clipboard

ModuleNotFoundError: No module named 'dateutil'

Open 8debug opened this issue 2 years ago • 1 comments

Python3

I run

pip install git+https://github.com/backtrader2/backtrader matplotlib requests \
            websocket websocket-client oandapy qdarkstyle git+https://github.com/blampe/IbPy.git \
            git+https://github.com/oanda/oandapy.git git+https://github.com/Skinok/finplot.git \ 
-i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

error image

8debug avatar Sep 17 '23 02:09 8debug

pip install python-dateutil

Tapanhaz avatar Feb 29 '24 08:02 Tapanhaz