GoogleCloudPlatform / GoogleCloudPlatform/cloud-profiler-python

Distribute wheels on PyPI?

未关闭
#98 14 条评论 15 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Python
星标
32
派生
35
PR 合并指标
30 天内没有已合并 PR

描述

It seems like the `google-cloud-profiler` PyPI package doesn't have any wheels, so it requires a compiler toolchain to install. It would be great if the package had pre-built wheels.

```shell
(host) $ docker run --rm -it amd64/python:3.8-slim-buster bash
(docker) $ pip install google-cloud-profiler
[...eventually fail due to missing gcc...]
```

(I'm making this request because [Apache Beam added a dependency on Cloud Profiler recently](https://github.com/apache/beam/pull/14877), and this caused my Docker build to fail because we don't have a compiler available. To avoid adding bulk to our Docker image, we'd need to use multi-stage builds. As a Beam user, this seems like a fair amount of added complexity for a transitive/indirect dependency.)

Thanks!

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。