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-forge missing Windows Packages #1149

Open
WillAyd opened this issue Oct 2, 2023 · 8 comments
Open

conda-forge missing Windows Packages #1149

WillAyd opened this issue Oct 2, 2023 · 8 comments

Comments

@WillAyd
Copy link
Contributor

WillAyd commented Oct 2, 2023

Got this error when trying to install the windows adbc packages in pandas CI:

   error    libmamba Could not solve for environment specs
      The following packages are incompatible
      ├─ adbc-driver-postgresql >=0.7.0  is not installable because it requires
      │  └─ adbc-driver-manager >=0.7.0,<1.0a0 , which does not exist (perhaps a missing channel);
      └─ adbc-driver-sqlite >=0.7.0  is not installable because it requires
         └─ adbc-driver-manager >=0.7.0,<1.0a0 , which does not exist (perhaps a missing channel).
@lidavidm
Copy link
Member

lidavidm commented Oct 2, 2023

We've punted on Windows on conda-forge so far because we couldn't resolve build issues, it may be time to fix that

@lidavidm
Copy link
Member

lidavidm commented Oct 3, 2023

Let's see how this goes: conda-forge/arrow-adbc-split-feedstock#17

@lidavidm
Copy link
Member

lidavidm commented Oct 3, 2023

Ah, so we need to trick CMake into using gcc for the go build and cl for everything else...

@paleolimbot
Copy link
Member

This came up in OSGeo/gdal#11003 (comment) (GDAL wants to use the conda driver manager but can't on Windows because packaging is diabled:

https://github.com/conda-forge/arrow-adbc-split-feedstock/blob/6f2af5a9b0de9cbdf895ec0ab1e516c306abac67/recipe/meta.yaml#L31

@lidavidm
Copy link
Member

I can see about trying this again...I think we "just" need to force Go-on-Windows to use gcc and not MSVC

@paleolimbot
Copy link
Member

Or we could skip the Go drivers for the first attempt? The missing driver manager is the part that was causing some uncertainty/doubt as to whether ADBC worked on Windows.

@lidavidm
Copy link
Member

Hmm, that should work.

@lidavidm
Copy link
Member

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

No branches or pull requests

3 participants