arista-netdevops-community / CloudVisionPortal-Examples

This repository is a collection of examples and best practices for CloudVision® Portal.
31 stars 31 forks source link

Fix: update requirements.txt #166

Closed noredistribution closed 5 months ago

noredistribution commented 5 months ago

For python3 jsonrpclib-pelix is required to be able to set the SSL context in the Server object, otherwise you'll get this error:


TypeError: ServerProxy.__init__() got an unexpected keyword argument 'context'```