fsspec Questions

3

Solved

I use Python version 3.7.13 and create a virtual environment (venv) for a MLOps project. A dvc package (=2.10.2) that is compatible with Python== 3.7.13 is installed in this venv. (venv) (base) ton...
Knockwurst asked 21/1, 2023 at 16:19

2

Solved

I want to access google cloud storage as in the code below. # amazon s3 connection import s3fs as fs with fs.open("s3://mybucket/image1.jpg") as f: image = Image.open(f).convert("...
1

© 2022 - 2024 — McMap. All rights reserved.