We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: