getappmap / appmap-python

AppMap client agent for Python
https://appland.org
Other
101 stars 16 forks source link

AppMap agent for Python fails to install when PyYAML version conflicts #163

Closed dustinbyrne closed 2 years ago

dustinbyrne commented 2 years ago

Is is possible to relax the constraints on this dependency?

ERROR: Cannot install -r requirements.txt (line 1) and PyYAML==6.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested PyYAML==6.0
appmap 1.5.1 depends on PyYAML<6.0.0 and >=5.3.0
symwell commented 2 years ago

I ran into this problem too, after adding appmap==1.10.0 in saleor-platform's requirements.txt.

appmap-python currently requires ^5.3.0. Can try to relax this constraint to >=5.3.0