Open NeolithEra opened 4 years ago
@apregier,Could you help me review this issue? Thx :p
@NeolithEra Please try option 1
@NeolithEra please make a pull request with option 1
Hi, I tried
pip install svtools
and this conflict still exists. Can you help me get around it?
Thanks
Hello Not sure I should comment here, as you did not answer nsmackler? I have similar issue, when trying to install. I need to use cnvnator and svtools, and the pandas problem is still an issue. I can see that commit b4cd37b (from 2020/06/26) has solved the issue, however, that commit is not included in the pip install svtools, which takes the newest official version 0.5.1 (from 2019/09/12). Could you please update the version for pip install svtools or the official version to something that will include commit b4cd37b? Thank you :) Carina
Hi, users are unable to run Svtools due to dependency conflict with pandas package. As shown in the following full dependency graph of Svtools, Svtools requires pandas==0.19,while statsmodels * requires pandas>=0.21.
According to pip’s “first found wins” installation strategy, pandas 0.19.2 is the actually installed version. However, pandas 0.19.2 does not satisfy pandas>=0.21.
Dependency tree-----------
Thanks for your help. Best, Neolith