tensortrade-org / tensortrade

An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
https://discord.gg/ZZ7BGWh
Apache License 2.0
4.45k stars 1.01k forks source link

'EntryPoints' object has no attribute 'get' when importing tensortrade.env.default #452

Open Zymoo opened 1 year ago

Zymoo commented 1 year ago

Hey,

When running from tensortrade.env.default I get this error:

'EntryPoints' object has no attribute 'get'

Currently running python 3.7.14 on Linux.

Seems this issue is connected to new release of importlib-metadata 5.0.0 and people mitigate this through downgrading to importlib-metadata==4.13.0.

I can also confirm it worked in my case.