liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
206 stars 39 forks source link

ImportError: cannot import name 'Path' from 's3path' #178

Open roserustowicz opened 1 month ago

roserustowicz commented 1 month ago

In the S3 vs boto usage example on downloading a file, the following line from s3path import S3Path, Path gives the error:

ImportError: cannot import name 'Path' from 's3path'

Link to the example: https://github.com/liormizr/s3path/blob/master/docs/comparison.rst