Matthieu Coudron

Results 605 comments of Matthieu Coudron

thanks for the report. There is a development version that is currently broken (due to the transition wtih pandas > 1.), I will try to fix it asap. What do...

I've pushed some changes to the `next` branch. Commands that use 2 pcaps (to compute one way delays for instance) are still buggy. I will try to fix them today.

I fixed the tests, let me know if everything works fine. If it does, I will prepare a new release.

I meant try the development version, I've added instructions how to do it in https://github.com/teto/mptcpanalyzer#installation

I fixed the url in the README, one should use `https://github.com/teto/mptcpanalyzer.git`. Also you should not use sudo it will mess up your file permissions.

sry for delay, I thought I had answered already :s pandas use `f-strings`, a feature introduced in python 3.6. Mptcpanalyzer itself requires python3.7 (as stated in README.md). I will see...

it can't give you the same error twice as you changed python version, the paths at least should be different, please copy the backtrace. I've pushed a ppython version check...

I've removed jsonschema from the dependencies on master. Could you try again ?

are you sure you are testing with https://github.com/teto/mptcpanalyzer/commit/e038d56c3127b53346e2424e4bc356d4b8c0b9d4 ?

on the CI, the python install works fine so I believe it's something on your system. Maybe try in a virtual environment ?