whittlem / pycryptobot

Python Crypto Bot (PyCryptoBot)
Apache License 2.0
1.98k stars 741 forks source link

Panda Error #710

Closed asmaarm1 closed 1 year ago

asmaarm1 commented 2 years ago

I am a newby to python - can you please explain how to resolve the issue below please.


c:\Crypto\Experiment\pycryptobot-main -Bitcoin\pycryptobot-main>python pycryptobot.py --live 1 Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\indexes\base.py", line 5845, in _raise_if_missing raise KeyError(f"{not_found} not in index") KeyError: "['created_at', 'market', 'action', 'type', 'size', 'filled', 'fees', 'price', 'status'] not in index"

c:\Crypto\Experiment\pycryptobot-main -Bitcoin\pycryptobot-main>

whittlem commented 1 year ago

A new major version was released this year. Please upgrade to v7.0.34 or later and if you are still having a problem, raise an issue.

Make sure all your packages are up to date: python3 -m pip install -r requirements.txt -U