pytsviz
pytsviz copied to clipboard
Getting an error when installing pytsviz
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.
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.
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.