-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nwis_client
: SyntaxError
#153
Comments
Note: Encountered this error while trying to troubleshoot #150 |
@jarq6c, thanks for bringing this to my attention. I will take a look at it. |
This looks like it might be a downstream issue with import aiohttp_client_cache
> 'base_url:typing.Union[str, yarl.URL, NoneType]=None' of kind 'POSITIONAL_OR_KEYWORD' follows 'cache:CacheBackend=None' of kind 'KEYWORD_ONLY'
Traceback (most recent call last):
File "/Users/araney/github/test_hydrotools/venv/lib/python3.8/site-packages/aiohttp_client_cache/docs/forge_utils.py", line 32, in wrapper
return revision(target_function)
File "/Users/araney/github/test_hydrotools/venv/lib/python3.8/site-packages/forge/_revision.py", line 330, in __call__
next_.validate()
File "/Users/araney/github/test_hydrotools/venv/lib/python3.8/site-packages/forge/_signature.py", line 1344, in validate
raise SyntaxError(
SyntaxError: 'base_url:typing.Union[str, yarl.URL, NoneType]=None' of kind 'POSITIONAL_OR_KEYWORD' follows 'cache:CacheBackend=None' of kind 'KEYWORD_ONLY' |
I will try rolling back the version of |
I found that rolling back |
Okay, so I just verified that the issue is with |
pinning self opened issue |
redeployed update using: pip install -U hydrotools._restclient |
I heard back from the maintainer of
|
Thanks for doing all the leg work! |
For sure! Have a nice evening! |
Just confirming that the error was fixed on my end by updating |
Issue
hydrotools.nwis_client
version 3.0.6 raises aSyntaxError
onimport
.@aaraney would you mind looking into this?
Environment:
Duplicate
Error
The text was updated successfully, but these errors were encountered: