ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Not found dependency while installing with pip #101

Closed mesand closed 5 years ago

mesand commented 5 years ago

Note: This is just a template, so feel free to use/remove the unnecessary things

Description


Bug

Icetea version 2.0.0

Expected Behavior install normally with pip Actual Behavior Could not find a version that satisfies the requirement trollius==1.0.4 (from pyshark-legacy->icetea) (from versions: 2.1.post2, 2.2, 2.2.post1) No matching distribution found for trollius==1.0.4 (from pyshark-legacy->icetea)

Steps to Reproduce "pip install icetea" on a clean machine

Question

How to solve this error message?

muchzill4 commented 5 years ago

Related: https://github.com/vstinner/trollius/issues/16

jonikula commented 5 years ago

This should be resolved by new trollius versions becoming available again.

jonikula commented 5 years ago

Dependency should now be removed from 1.2.X branch with release of v1.2.4.

jonikula commented 5 years ago

Should be resolved now with versions v1.2.4 and v2.0.1