-
Notifications
You must be signed in to change notification settings - Fork 104
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
Not able install adlfs from conda channel #22
Comments
I believe you would need |
Hello @martindurant, with pip I am able to install (inside my conda environment): https://pypi.org/project/adlfs/ However, the documentation (link) is not correct. For DataLakeGen 2, it says:
However, based on the code, it should be:
Also, there are curly braces at the end of the following lines which needs to be replaced. This is minor (However, copy pasting the code from the documentation doesn't work):
|
You no longer need to modify |
I've added the updated the README in the "blob_not_exist_exception" branch for the syntax, and corrected the @martindurant -- It looks adlfs is added to the fsspec master branch, but its not currently in PyPi. Should we update the docs in adlfs now, or wait until it the next version of fsspec is released? |
I think it would do now, with a note to fsspec that we would appreciate a release soon |
I've added conditional imports to the README.md docs as a compromise. Appreciate the guidance @martindurant. |
Sorry about late reply. I was on holidays. To confirm, I am able to read parquet file without the "known_implementations" now with adlfs 0.1.5. |
@martindurant -- I would like to setup up a release pipeline for pypi and conda, but don't have permissions in Azure Pipelines or the Github account to set up secrets. Is there a preferred method you would recommend? |
I've only done this sort of thing for TravisCI. What kind of permissions are you missing? If the conda package is built by conda-forge, then you don't need any further configuration, pushing a release to pypi will trigger the build bot to make and test a PR against the feedstock - but you still need to accept and merge that PR. I have quite a few repos I control, but I've never released anything often enough for it to seem worthwhile to automate! |
Agree the release process isn't burdensome. I guess I just assumed the releases would be automated. I was thinking about replicating this release example, but would need to store secrets. Not a big deal. |
Tried to install adlfs from the defusco conda channel. But, it's failing with the following error:
$conda install -c defusco adlfs
Please note, I have appended defusco as a channel in my .condarc file:
The text was updated successfully, but these errors were encountered: