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

jax releases html page needs HTML doctype #9770

Closed
hawkinsp opened this issue Mar 4, 2022 · 6 comments
Closed

jax releases html page needs HTML doctype #9770

hawkinsp opened this issue Mar 4, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@hawkinsp
Copy link
Collaborator

hawkinsp commented Mar 4, 2022

pip issued the following warning to me when installing from the GCS bucket:

warning: missing-index-doctype

× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: https://storage.googleapis.com/jax-releases/jax_releases.html

note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context.

It seems like there's little downside to adding a doctype, so we should probably just do that.

@hawkinsp hawkinsp added the bug Something isn't working label Mar 4, 2022
@jakevdp
Copy link
Collaborator

jakevdp commented Mar 4, 2022

Is this similar to the issue reported in #5410?

@hawkinsp
Copy link
Collaborator Author

hawkinsp commented Mar 4, 2022

I think it's related to the issue in the last comment in that issue, but maybe not the same as the entire issue?

This appears to exhibit on the latest pip, btw, so try pip --upgrade pip.

@yashk2810
Copy link
Collaborator

This should now be fixed!

@yashk2810
Copy link
Collaborator

I am going to close this. Feel free to open if its not fixed.

@hawkinsp
Copy link
Collaborator Author

hawkinsp commented Mar 4, 2022

(It won't be fixed until we regenerate the index, but that can wait for the next release.)

@yashk2810
Copy link
Collaborator

I regenerated the index. We don't need to wait for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants