Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloader Won't Even Install #9

Closed
Anarchy221 opened this issue Jun 24, 2020 · 25 comments
Closed

Downloader Won't Even Install #9

Anarchy221 opened this issue Jun 24, 2020 · 25 comments

Comments

@Anarchy221
Copy link

When I Try The Install Command It Shows This In Red...

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

@theothersophie
Copy link

i worked around this by installing the development version (download the repository, run shell in it and python setup.py install). You also have to get GTK+ libraries to make it work. Similar to the step 4 here

https://weasyprint.readthedocs.io/en/stable/install.html#step-4-install-the-gtk-libraries

@Anarchy221
Copy link
Author

Anarchy221 commented Jul 1, 2020

i worked around this by installing the development version (download the repository, run shell in it and python setup.py install). You also have to get GTK+ libraries to make it work. Similar to the step 4 here

https://weasyprint.readthedocs.io/en/stable/install.html#step-4-install-the-gtk-libraries

@theothersophie Oh, Thanks a Lot Mate...

Btw, Do I Need To Install Weasyprint Also ? or Just The GTK+ Libraries ?

@theothersophie
Copy link

Just the GTK+ libraries, WeasyPrint is irrelevant. Did you get it working?

@Anarchy221
Copy link
Author

Aah, Installed It, But Haven't Tried Downloading Though...

@Anarchy221
Copy link
Author

@theothersophie , Still The Same Problem... Even The Development Version Won't Install... Shows That Same Red Message... This Is So Annoying...

@Anarchy221
Copy link
Author

@theothersophie, Any Other Way To Install This ?

@theothersophie
Copy link

theothersophie commented Jul 12, 2020

What's the exact error message you get? You're trying to install it using py setup.py install?

@Anarchy221
Copy link
Author

@theothersophie, This Is What I Get...

Screenshot_1

@theothersophie
Copy link

theothersophie commented Jul 12, 2020

you're in the wrong directory. You have to cd into scribd-downloader-master. You don't need -m pip either because you're not trying to install a package from the web.

@Anarchy221
Copy link
Author

OKay, I Don't Understand What I'm Doing Wrong...
Screenshot_2
Nothing is Happening...
I'll Probably Give Up... This Is So Frustrating...
Sorry For Wasting Your Time, And Thanks a Lot For Trying To Help... I'm Just Too Stupid... 😭

@theothersophie
Copy link

you used py before, so try py setup.py install, the python command can vary from system to system depending on your setup.

@Anarchy221
Copy link
Author

@theothersophie, Same... Nothing Happens...

Screenshot_1

@Codeandbehappy
Copy link

Hi, I followed your steps: succesfully installed dev version and GTK+ installer from latest sourceforge. Then I begun to get all sorts of library dependency warnings (too many to quote here) so I installed the missing libraries each time it asked for one. WeasyInstaller is required per one of the errors. But then I got

OSError: no library called "cairo" was found
no library called "libcairo-2" was found
cannot load library 'libcairo.so': error 0x7e
cannot load library 'libcairo.2.dylib': error 0x7e
cannot load library 'libcairo-2.dll': error 0x7e

at which point I gave up, running pip install on those two does nothing.

@nokeechia
Copy link

@Testedbytime
You need to download the GTK+ dependencies to get the libcairo-2 dependencies.
After you install this, I used MSYS2 you will havee to use pacman to install libcairo2.

Please read https://weasyprint.readthedocs.io/en/stable/install.html#step-4-install-the-gtk-libraries

@Anarchy221
Copy link
Author

Yeah, Too Many Things To Install... This Is Seriously Painful...

@megargayu
Copy link

On windows I managed to do it like this:

  1. Download the development version (download ZIP or clone using git) and navigate to that directory in cmd.
  2. Run python setup.py install in the directory
  3. Install this (download the latest release's exe files and run both of them)
  4. It should work!

@pakhi001
Copy link

pakhi001 commented Mar 7, 2021

On windows I managed to do it like this:

1. Download the development version (download ZIP or clone using `git`) and navigate to that directory in `cmd`.

2. Run `python setup.py install` in the directory

3. Install [this](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases) (download the latest release's exe files and run both of them)

4. It should work!

Hey! Using the first two steps i was able to install, but it still shows "scribd" is not recognized as a command. What can I do?

@pakhi001
Copy link

pakhi001 commented Mar 7, 2021

Just the GTK+ libraries, WeasyPrint is irrelevant. Did you get it working?

I installed the development version but it still displays that scribdl is not recognized. Any idea what could be wrong?

@megargayu
Copy link

megargayu commented Mar 7, 2021

Hey! Using the first two steps i was able to install, but it still shows "scribd" is not recognized as a command. What can I do?

Well... the program runs when you type the command scribdl, not scribd - try that instead.

@pakhi001
Copy link

pakhi001 commented Mar 8, 2021

Hey! Using the first two steps i was able to install, but it still shows "scribd" is not recognized as a command. What can I do?

Well... the program runs when you type the command scribdl, not scribd - try that instead.

Yes, thanks, I identified that mistake and got it running, but it still wont download books or audiobooks, though it is now working perfectly for documents. I tried using the -c and passing my credentials in a txt file, but it was showing error that way, whereas when I put in my scribd session and scribd expire in the const.py, there was no error but it simply displayed a message "Extracting to Listen_to_title.txt" and then nothing happened. So, if you could help me out with this, I would be very grateful

@megargayu
Copy link

Hey! Using the first two steps i was able to install, but it still shows "scribd" is not recognized as a command. What can I do?

Well... the program runs when you type the command scribdl, not scribd - try that instead.

Yes, thanks, I identified that mistake and got it running, but it still wont download books or audiobooks, though it is now working perfectly for documents. I tried using the -c and passing my credentials in a txt file, but it was showing error that way, whereas when I put in my scribd session and scribd expire in the const.py, there was no error but it simply displayed a message "Extracting to Listen_to_title.txt" and then nothing happened. So, if you could help me out with this, I would be very grateful

Well, I don't really know how this program works, and I don't have enough time to dive into it (also, I'm just too lazy). I would create a new issue or ask the contributors about your issue.

@KaKi87
Copy link

KaKi87 commented Nov 15, 2022

Hello,

Would it be possible to put this package back on the repository so that users wouldn't need building from source ?

Thanks

@yhw9102
Copy link

yhw9102 commented Jan 21, 2023

when i run >python setup.py install, there is error like this, please help

line 11, in
long_description = f.read()
^^^^^^^^
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 88: illegal multibyte sequence

@Phoenix124
Copy link
Owner

Try to use latest python > 3.11, first start pip install scribd-downloader than python setup.py install

@3xploiton3
Copy link

Try to use latest python > 3.11, first start pip install scribd-downloader than python setup.py install

i follow your guide, then got this error,

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants