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

index.html is not included in the package if installing from PyPI #19

Closed
Spico197 opened this issue May 18, 2022 · 2 comments
Closed

index.html is not included in the package if installing from PyPI #19

Spico197 opened this issue May 18, 2022 · 2 comments

Comments

@Spico197
Copy link

Thanks for the excellent package.

Problem

The index.html file in opendelta/utils/interactive/templates/ is a static file, and it will not be included in the distributed package file (like the wheel file) unless you add the package data manually in setup.py.

Reproduce

On a clean environment,

$ pip install opendelta
$ python examples/tutorial/0_interactive.py
@Spico197
Copy link
Author

Spico197 commented Jun 6, 2022

Fair enough. I thought there would be a discussion on this issue, but this was closed without any explanations or discussions. Besides, the problem still remains.

@ShengdingHu ShengdingHu reopened this Jun 6, 2022
@ShengdingHu
Copy link
Collaborator

We have fixed this issue together with some other issues in the newest commit. We also publish a new pip version opendelta==0.1.0 Please check, thanks!

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