lidavidm commented on issue #3080: URL: https://github.com/apache/arrow-adbc/issues/3080#issuecomment-3025973986
> It's still nice, IMO, to have smaller, task-focused conda env files since conda is so slow. For example, if a user _only_ wants to contribute a docs change, we should make that as fast and easy as it can be made. How about just adding a note? > > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md > index 51737ef9b..a85508d15 100644 > --- a/CONTRIBUTING.md > +++ b/CONTRIBUTING.md > @@ -225,6 +225,7 @@ $ doxygen > $ popd > > # Optionally: to also build the Python documentation > +# Note: May require running `conda install -c conda-forge compilers` > $ pushd python/adbc_driver_manager > $ pip install -e .[test] > $ popd In general (1) use mamba (or pixi) (2) it's best to create a new env and let it solve everything at once; it tends to be really slow and/or fail to solve or solve weirdly if you `mamba install` later on -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
