conda-forge missing Windows Packages
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
Got this error when trying to install the windows adbc packages in pandas CI:
```sh
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).
```
Contributor guide
Research direction
Start with the Windows package installation in pandas CI and the conda-forge package definitions for adbc-driver-manager, adbc-driver-postgresql, and adbc-driver-sqlite. Check why the manager package is unavailable for Windows; done means the affected ADBC packages resolve successfully in the Windows CI environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, postgresql, sqlite
- Domain
- build-system, ci-cd, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100