nschaetti / EchoTorch

A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
https://nschaetti.github.io/echotorch.github.io/
GNU General Public License v3.0
445 stars 117 forks source link

Update pip release #7

Open confusingstraw opened 5 years ago

confusingstraw commented 5 years ago

First off, thanks for the library. I was running into an issue that seems to be addressed by #1 which is supposed to be fixed now, however it seems like there hasn't been an update to the release on PyPI. Would you be able to push an update to the PyPI package?

AlexSchuckert commented 5 years ago

Hi there, thanks very much for the library. I also had problems with the pip version (it didn't want to import the subdirectories) which seems to be fixed by the most recent commits. It would be nice to keep the pip version in sync if you advertise it as the gold standard way of installation.

VirtualRoyalty commented 4 years ago

Hi, I have the same problem with importing of the subdirectories. Could you tell if there is any solution?

UpAndComing915 commented 3 years ago

Also have the same issue. Any closer to an answer?

nschaetti commented 3 years ago

Hi,

A new version has been released on Test PyPI using the release branch. Can anyone test this new version ? pip install -i https://test.pypi.org/simple/ EchoTorch And post any error output.

Regards

dmhuehol commented 3 years ago

Hello! Using pip install -i https://test.pypi.org/simple/ EchoTorch as opposed to pip install EchoTorch or pip3 install EchoTorch did fix this problem for me

pranavkatariain commented 1 year ago

Using pip install -i https://test.pypi.org/simple/ EchoTorch worked for me as well. pip install EchoTorch is still not working