s3path icon indicating copy to clipboard operation
s3path copied to clipboard

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

Open roserustowicz opened this issue 1 year ago • 2 comments

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

roserustowicz avatar Jun 21 '24 18:06 roserustowicz

The error happens in Python 3.11 in my case, I haven't tried any other version so far.

bpluly avatar Aug 20 '24 12:08 bpluly

Version 0.5.8 deployed with the fix

liormizr avatar Aug 24 '24 14:08 liormizr