Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Source install of the Python package breaks #222

Open
@lepistone

Description

To reproduce, run for example docker run -it --rm python pip install --no-binary :all: opencensus-proto. The error will contain ModuleNotFoundError: No module named 'version' originating from https://github.com/census-instrumentation/opencensus-proto/blob/master/gen-python/setup.py#L17.

The wheel install works, at least with that architecture. However the source package is important:

  • for architectures that don't have a wheel available
  • in scenarios where wheels are intentionally disabled, for example when building Homebrew packages.

Thank you!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions