Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panda Error #710

Closed
asmaarm1 opened this issue May 21, 2022 · 1 comment
Closed

Panda Error #710

asmaarm1 opened this issue May 21, 2022 · 1 comment

Comments

@asmaarm1
Copy link

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
Copy link
Owner

whittlem commented Feb 5, 2023

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

@whittlem whittlem closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants