pytsviz icon indicating copy to clipboard operation
pytsviz copied to clipboard

Getting an error when installing pytsviz

Open AmitGairola opened this issue 3 years ago • 2 comments

I get an error when I install pytsviz through pip install.

ERROR: Could not find a version that satisfies the requirement pytsviz (from versions: none) ERROR: No matching distribution found for pytsviz

This issue occurs only when you have an environment setup in Anaconda. On the base environment, it works like a charm.

AmitGairola avatar Feb 10 '22 21:02 AmitGairola

This issue occurs only when you have an environment setup in Anaconda. On the base environment, it works like a charm.

@AmitGairola, I wonder if this happens because compatibility when using pip install within an environment of Anaconda or Conda. Would be good to have a conda install for the library though.

Manuelhrokr avatar Feb 12 '22 23:02 Manuelhrokr

Hi @AmitGairola, first of all, thanks for the feedback. I tried to reproduce the error you described, but I couldn't. Can I ask you for a brief description of the steps to reproduce the error?

This is the procedure I tried, which also failed, but with a different error:

conda create -n pytsviz-test-env python=3
conda activate pytsviz-test-env
(pytsviz-test-env) pip install pytsviz

The pip install command seems to correctly resolve pytsviz package version and then fails on the resolution of one of the package dependencies (statsmodel). I will look at this and your problem as soon as I can reproduce it.

@Manuelhrokr regarding having a conda install alternative, I think it could be very interesting. I don't know exactly the procedure to publish a package on conda reposiotories, but it could be explored.

zoncrd avatar Feb 14 '22 10:02 zoncrd