deepmodeling / dpgen2

2nd generation of the Deep Potential GENerator
https://docs.deepmodeling.com/projects/dpgen2/
GNU Lesser General Public License v3.0
32 stars 24 forks source link

dpgen2 showkey seems not work at debug mode #192

Closed scott-5 closed 6 months ago

scott-5 commented 6 months ago

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='127.0.0.1', port=2746): Max retries exceeded with url: /api/v1/workflows/argo/dpgen-f05hl/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b372af03cd0>: Failed to establish a new connection: [Errno 111] Connection refused'))

zjgemi commented 6 months ago

The issue should be solved for pydflow>=1.8.49.

scott-5 commented 6 months ago

Thank you so much. Now it can run normally.