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

test that the generated clients can be run with dependencies installed from conda #1112

Closed
tswast opened this issue Dec 14, 2021 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tswast
Copy link

tswast commented Dec 14, 2021

I'd like a test session that verifies that the client libraries can be installed via conda. The pandas community strongly encourages conda for installation, so it's important that our packages can be installed into a conda environment (even if it's with pip).

Conda is used to ensure shared C++ libraries such as libprotobuf don't need to be installed more than once (unlike wheels, which distribute their own copies). As a uniform build environment is required (for binary compatibility of compiled libraries), which is defined at https://github.com/conda-forge/conda-forge-pinning-feedstock

Blocked by googleapis/python-bigquery-pandas#398, where I plan to test this for a single library first.

Additional context

@tswast tswast added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Dec 14, 2021
@tswast tswast self-assigned this Dec 14, 2021
@tswast tswast removed their assignment Apr 14, 2022
@tswast tswast closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant