AI4Finance-Foundation / FinRL-Meta

FinRL­-Meta: Dynamic datasets and market environments for FinRL.
https://ai4finance.org
MIT License
1.24k stars 576 forks source link

Need to restart runtime in colab #91

Closed alvaromorales1965 closed 2 years ago

alvaromorales1965 commented 2 years ago

Since yesterday I need to restart runtime after installing FinRL library. Before it worked perfect.

WARNING: The following packages were previously imported in this runtime: [pkg_resources] You must restart the runtime in order to use newly installed versions.

rayrui312 commented 2 years ago

Some guess: If you don't specify the package versions in the installation part, it will probably install the newest one. So perhaps between your two times of running, some packages have been updated. You have already imported one version in the first running time. Then you installed a new version. So you need to restart runtime to use the newly installed version.

alvaromorales1965 commented 2 years ago

Thanks