Reinforcement learning code practice---multi-arm gambling machine---AttributeError: ‘EntryPoints‘ object has no attribute ‘get‘

1. Question

      Configure window10, python3.7, tensorflow1.14.0, and encounter AttributeError: ‘EntryPoints‘ object has no attribute ‘get‘ when running the first section of the multi-arm gambling machine code.

2. Solve

      Execute the following code:

pip install frozenlist==1.3.1 geopy==2.2.0 humanize==4.3.0 idna==3.3 importlib-metadata==4.12.0 jsonschema==4.9.0 korean_lunar_calendar==0.2.1 marshmallow==3.17.0 pyOpenSSL==22.0.0 pyrsistent==0.18.1 python-dotenv==0.20.0 pytz==2022.2.1 selenium==4.4.0 simplejson==3.17.6 sniffio==1.2.0 trio==0.21.0 urllib3==1.26.11 wsproto==1.1.0 zipp==3.8.1

      If it is still not solved, run the following code again (usually the above code can solve the problem):

pip install backoff==2.1.2 colorama==0.4.5 croniter==1.3.5 cryptography==37.0.4 email-validator==1.2.1 flask-compress==1.12 flask-migrate==3.1.0 aiohttp==3.8.1 aiosignal==1.2.0 Mako==1.2.1 Babel==2.10.3

 

references

1.[Resolved] Celery error: AttributeError: ‘EntryPoints‘ object has no attribute ‘get‘_Dancing Pierre’s Blog-CSDN Blog

Guess you like

Origin blog.csdn.net/weixin_48878618/article/details/134007582