-
Notifications
You must be signed in to change notification settings - Fork 620
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
ContainerResourceDetector is not available via pip install #1923
Comments
I am waiting for the official release in pipy too. @lzchen could you please help to publish it? |
Resource container was added to our release script last week. It should be published to pypi as part of our next release cycle. |
Seems that a new version was released 2 days ago, but it's still not available yet. |
There was an issue releasing the new version of opentelemetry-resource-detector-container==0.42b0, we are working on it to get it resolved. |
Is this still stuck or there's a package rename? |
Is this still not working? |
Related PyPi issue here: pypi/support#3374 Seems like another case of namesquatting. |
Would it make sense to publish this under a different name until the 541 can be resolved? It doesn't look like that's going to happen quickly... |
Does something like this don't work? pip install git+https://github.com/open-telemetry/[email protected]#subdirectory=resource/opentelemetry-resource-detector-container |
Describe your environment
Python 3.11.3
pip 23.1.2
Steps to reproduce
Install python3.
Install pip, if needed.
Check pip version:
pip --version
Run:
pip install opentelemetry-resource-detector-container
What is the expected behavior?
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/resource/opentelemetry-resource-detector-container#installation
pip install opentelemetry-resource-detector-container
What is the actual behavior?
Output:
Could not find a matching version of package opentelemetry-resource-detector-container
Additional context
Pypi link points to a TODO. What is the process to get this package setup in pypi?
The text was updated successfully, but these errors were encountered: