AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.48k stars 2.31k forks source link

warning on step 2.1? #985

Open abdulbqureshi opened 1 year ago

abdulbqureshi commented 1 year ago

I get this warning on step 2.1

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: Upgrading ipython, ipykernel, tornado, prompt-toolkit or pyzmq can cause your runtime to repeatedly crash or behave in unexpected ways and is not recommended. If your runtime won't connect or execute code, you can reset it with "Disconnect and delete runtime" from the "Runtime" menu. WARNING: prompt-toolkit > 1.0.16 is incompatible with IPython < 7.0 WARNING: The following packages were previously imported in this runtime: [cycler,dateutil,google,importlib_resources,kiwisolver,matplotlib,matplotlib_inline,mpl_toolkits,pexpect,pickleshare,prompt_toolkit,six,wcwidth,zipp] Run "pip install -U ipython" before restarting to avoid repeated crashes. A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

abdulbqureshi commented 1 year ago

Is this a critical error? as not sure, s my next steps run successfully.

but wanted to see if this warning can affect the final results of deep rl?

I am running in google colab

YangletLiu commented 1 year ago

I think it is OK to ignore this warning.