Skip to content

eachdist.py script cannot install the test/utils package #1846

@iblancasa

Description

@iblancasa

Using the last commit from the main branch (dad4b2b) I get the following error when running scripts/eachdist.py develop (as CONTRIBUTING.md file describes):

ERROR: Could not find a version that satisfies the requirement opentelemetry-test==0.21b0 (from opentelemetry-opentracing-shim[test]) (from versions: none)
ERROR: No matching distribution found for opentelemetry-test==0.21b0

I'm using RHEL 8.3.

Steps to reproduce
Clone the repository and run:

python -m venv environment
source environment/bin/activate
scripts/eachdist.py develop

What is the expected behavior?
The eachdist.py should install everything to start the development.

Workaround

pip install test/utils
scripts/eachdist.py develop

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions