We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' >>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Just testing I think this lid depends on request and it should be included in some dependencies somewhere. 😉
reproduce:
The text was updated successfully, but these errors were encountered: