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

Conda Arrow Missing Azure FileSystem Support #1430

Closed
srilman opened this issue May 24, 2024 · 0 comments · Fixed by #1431
Closed

Conda Arrow Missing Azure FileSystem Support #1430

srilman opened this issue May 24, 2024 · 0 comments · Fixed by #1431
Labels

Comments

@srilman
Copy link
Contributor

srilman commented May 24, 2024

Comment:

Arrow 15 and 16 added support for Azure's various filesystems using the Azure C++ package (as taken from their vcpkg.json):

    "azure": {
      "description": "Azure blob storage support",
      "dependencies": [
        "azure-core-cpp",
        "azure-identity-cpp",
        "azure-storage-blobs-cpp",
        "azure-storage-common-cpp",
        "azure-storage-files-datalake-cpp"
      ]
    },

Conda's version of Arrow does not depend on these libraries, so it is not built with Azure support. Similarly, PyArrow lacks Azure support as well, with error:

ImportError: The pyarrow installation is not built with support for 'AzureFileSystem'

As far as I can tell, adding these libraries to the recipe will fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant