ViciousPotato / safaribooks

Convert safaribooksonline ebook to epub and Kindle mobi format
350 stars 78 forks source link

Could not find a version that satisfies the requirement ... #27

Open bhaidar opened 6 years ago

bhaidar commented 6 years ago

Hi, I have Python 2.7 installed.

When I run pip install safaribooks I get the following:

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

Any idea how to fix that and be able to install safaribooks locally?

Thanks Bilal

dennissheppard commented 6 years ago

https://github.com/ViciousPotato/safaribooks/issues/25

bhaidar commented 6 years ago

Thanks @dennissheppard I have Git installed and added to the Path and still I get this message:

C:\>pip install safaribooks Collecting safaribooks Could not find a version that satisfies the requirement safaribooks (from versions: ) No matching distribution found for safaribooks

ViciousPotato commented 6 years ago

@bhaidar The readme is a bit misleading. Please try

pip install safaribooks/ and let me know the result.

safaribooks/ is where you checked out the code.

Voltes commented 6 years ago

hello guys. im very new to python(i mean i know 0 from it) ... sorry if i said somthing wrong. i get same error . i think safaribooks should be in https://pypi.python.org/simple/ but it isnt there... and i cant install it.

invious commented 5 years ago

@lorenzodifuccia

Hey I just uploaded this fork, https://github.com/invious/safaribooks with an install script that ran and now it should be pip installable:

https://pypi.org/project/safaribooks/1.0.1/

image