You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work on cloudpathlib! I noticed a bug in the documentation for using no_sign_request=Truefound here. When I attempt to use the example code, an error shows: NameError: name 'Session' is not defined. Here's an example reproducing the error: https://gist.github.com/d33bs/eb19f864baae89757e0e0969611cf1af
The text was updated successfully, but these errors were encountered:
Do you have boto3 and botocore installed as well and can you provide the version? They should get installed when you do pip install "cloudpathlib[s3]".
You should get a more helpful error if you are missing the SDK for a particular cloud provider, but based on your example, I think that is what may be happening.
Thanks @pjbull ! This ended up being the issue - after reinstalling with "cloudpathlib[s3]" things worked! Thanks for the prompt reply to this.
pjbull
changed the title
no_sign_request=True examples in documentation appear to emit errors
Missing dependency message does not appear when it should
Jun 13, 2024
Thanks for the great work on
cloudpathlib
! I noticed a bug in the documentation for usingno_sign_request=True
found here. When I attempt to use the example code, an error shows:NameError: name 'Session' is not defined
. Here's an example reproducing the error: https://gist.github.com/d33bs/eb19f864baae89757e0e0969611cf1afThe text was updated successfully, but these errors were encountered: