huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.95k stars 2.81k forks source link

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

Open rezapajhouhesh opened 2 years ago

rezapajhouhesh commented 2 years ago

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

Corne173 commented 2 years ago

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

cotrariello84 commented 1 year ago

have you already tested any models? do they work?