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...
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("...
Marquez asked 8/6, 2022 at 21:8
1
© 2022 - 2024 — McMap. All rights reserved.