Gym: Python 3.7 warning for EntryPoint

Created on 9 Nov 2018  路  2Comments  路  Source: openai/gym

In Python 3.7, it shows the following warning

gym/envs/registration.py:14: DeprecationWarning: Parameters to load are deprecated.  Call .resolve and .require separately.
    result = entry_point.load(False)

I think it needs to pass args when require=False

The related source code in pkg_resources is here

Most helpful comment

This is fixed in PR #942, but has yet to be merged into the main branch.

All 2 comments

Seeing same warning. Any solutions?
Env: windows 10.
Python 3.6.6

This is fixed in PR #942, but has yet to be merged into the main branch.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gawne picture Gawne  路  4Comments

tornadomeet picture tornadomeet  路  4Comments

pickittwice picture pickittwice  路  4Comments

cpatyn picture cpatyn  路  4Comments

lbbc1117 picture lbbc1117  路  3Comments