apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
360 stars 86 forks source link

conda-forge missing Windows Packages #1149

Open WillAyd opened 11 months ago

WillAyd commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

Let's see how this goes: https://github.com/conda-forge/arrow-adbc-split-feedstock/pull/17

lidavidm commented 11 months ago

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