Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing opentelemetry-instrumentation-aiokafka #2896

Open
ojomio opened this issue Oct 7, 2024 · 3 comments
Open

Error installing opentelemetry-instrumentation-aiokafka #2896

ojomio opened this issue Oct 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ojomio
Copy link

ojomio commented Oct 7, 2024

Describe your environment

OS: Ubuntu 22.04.4
Python version: 3.11
Package version: 0.49b0.dev

What happened?

Attempt to install an instrumentation for aiokafka fails

As there is only one release (0.49) of this package but no 0.49 release for the base package is published

Steps to Reproduce

pip  install opentelemetry-instrumentation-aiokafka==0.49b0.dev

Expected Result

Package installed successfully

Actual Result

$ pip  install opentelemetry-instrumentation-aiokafka==0.49b0.dev
Requirement already satisfied: opentelemetry-instrumentation-aiokafka==0.49b0.dev in /home/ypaykov/.cache/pypoetry/virtualenvs/<>-RcBuqkUC-py3.11/lib/python3.11/site-packages (0.49b0.dev0)
Collecting opentelemetry-api~=1.27 (from opentelemetry-instrumentation-aiokafka==0.49b0.dev)
  Obtaining dependency information for opentelemetry-api~=1.27 from https://files.pythonhosted.org/packages/fb/1f/737dcdbc9fea2fa96c1b392ae47275165a7c641663fbb08a8d252968eed2/opentelemetry_api-1.27.0-py3-none-any.whl.metadata
  Downloading opentelemetry_api-1.27.0-py3-none-any.whl.metadata (1.4 kB)
INFO: pip is looking at multiple versions of opentelemetry-instrumentation-aiokafka to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement opentelemetry-instrumentation==0.49b0.dev (from opentelemetry-instrumentation-aiokafka) (from versions: 0.9b0, 0.10b0, 0.11b0, 0.12b0, 0.13b0, 0.14b0, 0.15b0, 0.16b0, 0.16b1, 0.17b0, 0.18b0, 0.19b0, 0.20b0, 0.21b0, 0.22b0, 0.23b0, 0.23b1, 0.23b2, 0.24b0, 0.25b0, 0.25b1, 0.25b2, 0.26b1, 0.27b0, 0.28b0, 0.28b1, 0.29b0, 0.30b0, 0.30b1, 0.31b0, 0.32b0, 0.33b0, 0.34b0, 0.35b0, 0.36b0, 0.37b0, 0.38b0, 0.39b0, 0.40b0, 0.41b0, 0.42b0, 0.43b0, 0.44b0, 0.45b0, 0.46b0, 0.47b0, 0.48b0)
ERROR: No matching distribution found for opentelemetry-instrumentation==0.49b0.dev

Additional context

No response

Would you like to implement a fix?

None

@ojomio ojomio added the bug Something isn't working label Oct 7, 2024
@xrmx
Copy link
Contributor

xrmx commented Oct 8, 2024

It's a pre-release package please ignore it. I think it has been published to register the name and avoid name squatting.

@ojomio
Copy link
Author

ojomio commented Oct 9, 2024

All subpackages here are pre-release but only this is broken (
Suppose the fix is pretty easy - just publish 0.49 version?

@emdneto
Copy link
Member

emdneto commented Oct 9, 2024

All subpackages here are pre-release but only this is broken ( Suppose the fix is pretty easy - just publish 0.49 version?

Yest. It will probably be released in the next release 🙌🏻 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants