Код: Выделить всё
ERROR: Cannot install elastic-apm because these package versions have conflicting dependencies.
The conflict is caused by:
mypackage 1.2.3 depends on elastic-apm
The user requested (constraint) elastic-apm
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
< /code>
Это было с PIP 22.1.2 & Python 3.10, используя такую команду (то есть используйте локальную папку колес, а не PYPI) < /p>
pip install -r requirements.txt -c constraints.txt --no-index --find-links LOCALDIR --no-cache-dir --isolated
Подробнее здесь: https://stackoverflow.com/questions/741 ... n-conflict