-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
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!! |
@dinhhung893 try |
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:
|
I got this error when trying to run script
Any solution, please help!!
The text was updated successfully, but these errors were encountered: