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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'dash_pdf._imports_' #1

Closed
yoshisatose opened this issue Oct 2, 2024 · 3 comments
Closed

ModuleNotFoundError: No module named 'dash_pdf._imports_' #1

yoshisatose opened this issue Oct 2, 2024 · 3 comments

Comments

@yoshisatose
Copy link

yoshisatose commented Oct 2, 2024

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:

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?

@edublancas
Copy link
Contributor

@yoshisatose I uploaded this to PyPI, let me know if it works!

pip install dash-pdf

@edublancas
Copy link
Contributor

closing due to inactivity, feel free to open if you have more issues

@edublancas edublancas closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
@yoshisatose
Copy link
Author

Thank you. It worked.

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

2 participants