Skip to content

ossfs not working on Python 3.8 #163

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

Open
zhangkuantian opened this issue Mar 31, 2025 · 0 comments
Open

ossfs not working on Python 3.8 #163

zhangkuantian opened this issue Mar 31, 2025 · 0 comments

Comments

@zhangkuantian
Copy link

The latest version of filesystem_spec can no longer run on Python 3.8 fsspec/filesystem_spec/issues/1816, but we still have some services running on Python 3.8. When installing ossfs package, it automatically installs the latest filesystem_spec package, causing the services to fail. Can we restrict the version in the pyproject.toml dependencies? For example:

dependencies = [
    "aiooss2>=0.2.11",  
    "fsspec>=2023.9.2,<=2025.3.0; python_version=='3.8'",  
    "fsspec>=2023.9.2 ; python_version>'3.8'",  
    "oss2==2.18.4"  
]
@zhangkuantian zhangkuantian changed the title ossfs stopped working on Python 3.8 ossfs not working on Python 3.8 Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant