-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, I followed the documentation to run a sample python script on mac, but getting the following error, any insight would be greatly appreciated:
Traceback (most recent call last):
File "/crux_example/hello.py", line 6, in <module>
conn = Crux()
^^^^^^
File "/.local/share/virtualenvs/crux_example-cM9mL2JP/lib/python3.11/site-packages/crux/apis.py", line 25, in __init__
crux_config = CruxConfig(
^^^^^^^^^^^
File "/.local/share/virtualenvs/crux_example-cM9mL2JP/lib/python3.11/site-packages/crux/_config.py", line 98, in __init__
retries = Retry(
^^^^^^
TypeError: Retry.__init__() got an unexpected keyword argument 'method_whitelist'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels