-
Notifications
You must be signed in to change notification settings - Fork 134
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
Dependencies for plugins not clear, updating docs is desirable #341
Comments
Running
also gives me a lot of errors, even after manually installing some MyPDF system packages:
The error log is so long that I can't see the whole of it in the terminal, even scrolling all the way back. So I'm going to include just the final part of it:
The installation instructions in the documentation don't explain how to install the PDF plugin at all. |
try and tell me if it works |
It found out how to make it work. It turns out that the
IMHO Including a tip in the documentation of |
To always try a PIP upgrade is recommended in the documentation! |
While using
rows
for a project, could not use theimport_from_pdf
function after puttingrows
as a dependency. The solution, ultimately, was to also includePyMuPDF
andcached_property
as dependencies for my project, so as to enable the pdf plugin forrows.
This information, however, is not clear by looking only at the docs. It would be desirable to list the dependencies for each plugin in the docs in a clearer manner.The text was updated successfully, but these errors were encountered: