You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your efforts. This will be very helpful for me.
Because I could not find this package as a library in Pypi, I first cloned the git repo and install as follows:
It seems that the installation was successful. However, when I tried to import dash_pdf, I got an error:
import dash_pdf
Traceback (most recent call last):
File "", line 1, in
File "/home/jupyter/dash-pdf/dash_pdf/init.py", line 10, in
from .imports import *
ModuleNotFoundError: No module named 'dash_pdf.imports'
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
Thank you for your efforts. This will be very helpful for me.
Because I could not find this package as a library in Pypi, I first cloned the git repo and install as follows:
git clone https://github.com/ploomber/dash-pdf.git
cd dash-pdf/
python setup.py install
It seems that the installation was successful. However, when I tried to import dash_pdf, I got an error:
How can I solve this issue?
The text was updated successfully, but these errors were encountered: