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

Setup gone wrong!? #32

Open
dinhhung893 opened this issue Jul 11, 2021 · 4 comments
Open

Setup gone wrong!? #32

dinhhung893 opened this issue Jul 11, 2021 · 4 comments

Comments

@dinhhung893
Copy link

dinhhung893 commented Jul 11, 2021

I got this error when trying to run script
image
Any solution, please help!!

@ElegantPercentage
Copy link

pip install --upgrade pip
pip install --upgrade Pillow
pip install scribd-downloader

Try the above solution for your windows machine. The script isn't working however. Because it's unable to login.

@dinhhung893
Copy link
Author

pip install --upgrade pip
pip install --upgrade Pillow
pip install scribd-downloader

Try the above solution for your windows machine. The script isn't working however. Because it's unable to login.

Oh, okay. So do you know any downloader can get book from Scribd? Please let me know!!

@Phoenix124
Copy link
Owner

@dinhhung893 try scribdl -p https://www.scribd.com/read/189087235/Confessions-of-a-Casting-Director-Help-Actors-Land-Any-Role-with-Secrets-from-Inside-the-Audition-Room

@Gutem
Copy link

Gutem commented Apr 12, 2023

I'm getting:

$ pip3 install scribd-downloader
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: scribd-downloader in /usr/local/lib/python3.10/dist-packages/scribd_downloader-1.3.1-py3.10.egg (1.3.1)
Requirement already satisfied: requests>=2.19.1 in /home/gutem/.local/lib/python3.10/site-packages (from scribd-downloader) (2.28.1)
Requirement already satisfied: BeautifulSoup4>=4.6.3 in /home/gutem/.local/lib/python3.10/site-packages (from scribd-downloader) (4.11.1)
Collecting img2pdf>=0.3.1
  Downloading img2pdf-0.4.4.tar.gz (97 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 kB 2.1 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting md2pdf>=0.4
  Downloading md2pdf-0.6.tar.gz (6.2 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-7ydixpn2/md2pdf_369e92c852be49eeb88b3d471d25256b/setup.py", line 7, in <module>
          import md2pdf
        File "/tmp/pip-install-7ydixpn2/md2pdf_369e92c852be49eeb88b3d471d25256b/md2pdf/__init__.py", line 8, in <module>
          from md2pdf.core import md2pdf  # noqa
        File "/tmp/pip-install-7ydixpn2/md2pdf_369e92c852be49eeb88b3d471d25256b/md2pdf/core.py", line 4, in <module>
          from markdown2 import markdown, markdown_path
      ModuleNotFoundError: No module named 'markdown2'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

on:

$ uname -a
Linux beast 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

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

4 participants