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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing dependancies on requests? #2

Open
Sylvain303 opened this issue May 14, 2024 · 0 comments
Open

missing dependancies on requests? #2

Sylvain303 opened this issue May 14, 2024 · 0 comments

Comments

@Sylvain303
Copy link

Hello,

Just testing I think this lid depends on request and it should be included in some dependencies somewhere. 馃槈

reproduce:

debian@vm-01-d2-4:~/samples$ cd /tmp
debian@vm-01-d2-4:/tmp$ mkdir test-py-gutenberg
debian@vm-01-d2-4:/tmp$ cd !$
cd test-py-gutenberg
debian@vm-01-d2-4:/tmp/test-py-gutenberg$ 

debian@vm-01-d2-4:/tmp/test-py-gutenberg$ python -m venv py-gutenberg
debian@vm-01-d2-4:/tmp/test-py-gutenberg$ . ./py-gutenberg/bin/activate
(py-gutenberg) debian@vm-01-d2-4:/tmp/test-py-gutenberg$ pip install py-gutenberg
Collecting py-gutenberg
  Using cached py_gutenberg-1.0.3-py3-none-any.whl (5.6 kB)
Installing collected packages: py-gutenberg
Successfully installed py-gutenberg-1.0.3
(py-gutenberg) debian@vm-01-d2-4:/tmp/test-py-gutenberg$ python
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gutenberg import GutenbergAPI
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/tmp/test-py-gutenberg/py-gutenberg/lib/python3.11/site-packages/gutenberg/__init__.py", line 3, in <module>
    from .main import *
  File "/tmp/test-py-gutenberg/py-gutenberg/lib/python3.11/site-packages/gutenberg/main.py", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
>>> 
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

1 participant