Open NeolithEra opened 4 years ago
@russmiles,Could you help me review this issue? Thx :p
Hello @NeolithEra, as we were saying elsewhere. Unfortunately, the whole chaosplatform has been discontinued. It's OSS so feel free to work on it of course but these repositories will move to the chaostoolkit-attic org at some point I'm afraid.
I'm very sorry if this is disapointing news.
Hi, users are unable to run Chaosplatform due to dependency conflict with grpcio package. As shown in the following full dependency graph of Chaosplatform, Chaosplatform requires grpcio>=1.17.1,while chaosplatform-grpc>=0.1.0 requires grpcio==1.17.1.
According to pip’s “first found wins” installation strategy, grpcio 1.29.0 is the actually installed version. However, grpcio 1.29.0 does not satisfy grpcio==1.17.1.
Dependency tree-----------
Thanks for your help. Best, Neolith