wooden-ability-49079
10/13/2023, 5:20 PMbrew isntall...
, or any other package manager) what's worse it is a transitive dependency that is not marking this native dependency as a dependency.
What would be a way to get around this issue, since pants creates hermetic envs when resolving goals. Can I have a dependency to a python_requriements
or poetry_deps
?wooden-ability-49079
10/13/2023, 5:36 PMhappy-kitchen-89482
10/14/2023, 2:37 PMhappy-kitchen-89482
10/14/2023, 2:41 PMwooden-ability-49079
10/16/2023, 6:44 PM__run.sh
file.wooden-ability-49079
10/16/2023, 6:47 PMenv -i CPPFLAGS= LANG=en_US.UTF-8 LDFLAGS= ...
if I could inject more env vars, specifically I need to inject env vars to be able to install projects that require native header file like tables requires it: https://stackoverflow.com/questions/73029883/could-not-find-hdf5-installation-for-pytables-on-m1-mac.wooden-ability-49079
10/16/2023, 6:47 PM