danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
640 stars 98 forks source link

Broken package in pypi #187

Closed jnewbigin closed 4 years ago

jnewbigin commented 4 years ago

Hi. Been using yas3fs for a while now. I can no longer pip install it on Python 2.7. That was always going to happen.

    Complete output from command python setup.py egg_info:
    pkg_resources/py2_warn.py:15: UserWarning: Setuptools no longer works on Python 2
    ************************************************************
    Encountered a version of Setuptools that no longer supports
    this version of Python. Please head to
    https://bit.ly/setuptools-py2-sunset for support.
    ************************************************************

But I can't pip install on Python 3.6 either.

...
    NameError: name 'execfile' is not defined

It looks like version 2.3.6 should work but pypi only has version 2.3.5. https://pypi.org/search/?q=yas3fs

It is possible to get the new version published to pypi?

Thanks.

jazzl0ver commented 4 years ago

It's not longer available thru pip. The doc is outdated, use git clone instead