Skip to content
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 opened this issue Feb 22, 2021 · 0 comments
Open

Source install of the Python package breaks #222

lepistone opened this issue Feb 22, 2021 · 0 comments

Comments

@lepistone
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant