Skip to content
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

pin aiobotocore in requirements? #553

Closed
wants to merge 1 commit into from

Conversation

raybellwaves
Copy link
Contributor

@raybellwaves raybellwaves commented Nov 17, 2021

Related to #528

Correct me if i'm wrong, if you install s3fs using pip today your get aiobotocore 1.4.2 and if install using conda you get aiobotocore 1.4.1? (https://github.com/conda-forge/s3fs-feedstock/blob/master/recipe/meta.yaml#L25)

You can run in the dask MyBinder https://mybinder.org/v2/gh/dask/dask-tutorial/main?urlpath=lab/tree/00_overview.ipynb

$ conda create -n sf3fs_pip python=3.9 --y && conda activate sf3fs_pip && pip install s3fs && conda-list
# Name                    Version                   Build  Channel
aiobotocore               1.4.2                    pypi_0    pypi
$ conda deactivate
$ conda create -n sf3fs_conda python=3.9 --y && conda activate sf3fs_conda && conda install -c conda-forge s3fs --y && conda-list
# Name                    Version                   Build  Channel
aiobotocore               1.4.1              pyhd8ed1ab_0    conda-forge

@raybellwaves
Copy link
Contributor Author

Closing in favor of #554

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

Successfully merging this pull request may close these issues.

1 participant