huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error "execution_count": null is raised when I run the code.

rezapajhouhesh opened this issue · comments

commented

Hi, when I run 1.turtle-agent.ipynb file, this error is raised.

[Running] python -u "e:\Bourse\Stock-Prediction-Models-master\agent\1.turtle-agent.ipynb"
Traceback (most recent call last):
  File "e:\Bourse\Stock-Prediction-Models-master\agent\1.turtle-agent.ipynb", line 865, in <module>
    "execution_count": null,
NameError: name 'null' is not defined

How to fix it?
My python version is 3.10.6 and my editor is visual studio code.
Thanks

I'm not sure if the problem is related, but I've had similar issues with Matplotlib, an established library, when using Python 3.10.

I only use 3.9 now. It worth a try while you wait for a better solution

have you already tested any models? do they work?