JuanjoSalvador / NyaaPy

Unofficial Python wrapper for Nyaa anime torrent sites
MIT License
47 stars 23 forks source link

No matching distribution found for nyaapy==0.6.2 #57

Closed twig closed 2 years ago

twig commented 2 years ago
pip._internal.exceptions.DistributionNotFound: No matching distribution found for nyaapy==0.6.2

when using pip from Windows on Python 3.8.

twig commented 2 years ago

Not pinning v0.6.2 results in 0.6.1 being installed

JuanjoSalvador commented 2 years ago

Seems like I forgot to upgrade PyPi.

https://pypi.org/project/nyaapy/

twig commented 2 years ago

lol any idea how long it'll take to push the current version out?

or how to add the github version to requests.txt?

JuanjoSalvador commented 2 years ago

Actually the project is quite abandoned now. You can manually install the master version by cloning the repo and using

python setup.py install

But I will upgrade it as soon as possible.

Euklios commented 2 years ago

@twig pip allows installing from a git-repository using the following command. pip install git+https://github.com/JuanjoSalvador/NyaaPy.git; this also works within requirements.txt by adding the line git+https://github.com/JuanjoSalvador/NyaaPy.git.

I haven't tried using this specific repository, but it should work as a temporary workaround for you.

JuanjoSalvador commented 2 years ago

Already updated. Sorry for my lapsus about this one. New release includes other minor fixes and improvements. I think this could be even a RC for v0.7

twig commented 2 years ago

That's what I ended up doing @Euklios

Thanks @JuanjoSalvador !