Oliver Coleman

Results 7 comments of Oliver Coleman

Any news on this? It's making it difficult to deploy AWS Lambda functions containing plotly, even when zipped.

Figured out a solution. I had to set `extraPaths=["/.local/lib/python3.11/site-packages"]` (replacing with actual home dir). Feels a bit hacky with absolute path containing home dir path and python version in there...

Apologies for not getting back to you. We ended up going another route. But might be interested in using something like the approach you suggested (without laziness for ease of...

Any news on this? This has been causing havoc with a new Pants-based monorepo implementation my company is slowly adopting 😬 Looks like #15069 was opened 2 years ago... is...

We just needed to add the `known-first-party` option to fix our issue, thanks @achimnol

Guessing this should also be applied to the [extra_env_vars](https://www.pantsbuild.org/docs/reference-shell_command#codeextra_env_varscode) option, if it were to be applied at all.