Closed EmanuelCastanho closed 1 year ago
Solved after including the proper s3fs version.
conda create -n fast_code_test_2-env python=3.9
conda activate fast_code_test_2-env
conda install -c conda-forge goes2go=2023.4.2
conda install -c conda-forge s3fs=2023.6.0
Thanks for bringing this to my attention. I may need to tag a specific version of s3fs in the build.
Hi,
I am trying to install goes2go on a different environment from the one provided by the .yml file, however it is not working.
Here is my code:
Here is the error I am getting:
ImportError: cannot import name 'maybe_sync' from 'fsspec.asyn'
fsspec version 2023.6.0 is already installed. s3fs version 0.5.1 is already installed.
It would be useful to have the packages versions on the example environment.yml
Thank you