We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
When running from tensortrade.env.default I get this error:
from tensortrade.env.default
'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.
importlib-metadata==4.13.0
I can also confirm it worked in my case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: