-
Notifications
You must be signed in to change notification settings - Fork 798
Open
Labels
Description
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.21b0I'm using RHEL 8.3.
Steps to reproduce
Clone the repository and run:
python -m venv environment
source environment/bin/activate
scripts/eachdist.py developWhat is the expected behavior?
The eachdist.py should install everything to start the development.
Workaround
pip install test/utils
scripts/eachdist.py developReactions are currently unavailable