-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ValueError: assignment destination is read-only #14
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
Labels
bug
Something isn't working
Comments
The issue is with pandas 0.25.0. The temporary workaround is to: pip install pandas==0.24.2 |
The issue is fixed in pandas master and in the upcoming pandas 0.25.1 release. |
Amazing, thanks for staying on top of this. |
Goblincomet
pushed a commit
to Goblincomet/forex-trading-backtest
that referenced
this issue
Jul 5, 2023
Goblincomet
pushed a commit
to Goblincomet/forex-trading-backtest
that referenced
this issue
Jul 5, 2023
Refs: 6d9917c Refs: kernc/backtesting.py#14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was simply trying to run the demo, but I am getting the following error:
I have downloaded the latest version of numpy (1.17.0) in addition to pandas (0.25.0), so I'm suspecting there may be something different in one of the newer version of these libraries. Any insight to why this may be throwing this error would be appreciated.
The text was updated successfully, but these errors were encountered: