application-research / pestuary

A Python SDK to interact with Estuary nodes
MIT License
2 stars 2 forks source link

XXX - pestuary not importing #20

Closed snissn closed 1 year ago

snissn commented 1 year ago
mikeseiler@Mikes-MacBook-Air ~ % pestuary --help
Traceback (most recent call last):
  File "/opt/homebrew/bin/pestuary", line 5, in <module>
    from pestuary_cli import main
  File "/opt/homebrew/lib/python3.10/site-packages/pestuary_cli.py", line 5, in <module>
    from pestuary import autoretrieve
  File "/opt/homebrew/lib/python3.10/site-packages/pestuary/autoretrieve.py", line 3, in <module>
    pestuary = Pestuary()
  File "/opt/homebrew/lib/python3.10/site-packages/pestuary/pestuary.py", line 35, in __init__
    self._peeringApi = estuary_client.PeeringApi(estuary_client.ApiClient(self.configuration))
AttributeError: module 'estuary_client' has no attribute 'PeeringApi'. Did you mean: 'PinningApi'?