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

failed CI test #333

Open
cpprhtn opened this issue Jul 7, 2023 · 0 comments
Open

failed CI test #333

cpprhtn opened this issue Jul 7, 2023 · 0 comments

Comments

@cpprhtn
Copy link
Contributor

cpprhtn commented Jul 7, 2023

CI test fails as follows
https://app.circleci.com/pipelines/github/pytorch/hub/2245/workflows/d5a70289-1cd2-4e9f-8ab8-061bacad7edf/jobs/2694

logs

Checking pytorch_vision_googlenet.md...
Traceback (most recent call last):
  File "scripts/sanity_check.py", line 160, in <module>
    sanity_check()
  File "scripts/sanity_check.py", line 150, in sanity_check
    ValidMD(f).check_markdown_file()
  File "scripts/sanity_check.py", line 143, in check_markdown_file
    self.validate_markdown(markdown)
  File "scripts/sanity_check.py", line 100, in validate_markdown
    m = mistune.create_markdown(renderer=mistune.AstRenderer())
AttributeError: module 'mistune' has no attribute 'AstRenderer'

Exited with code exit status 1
CircleCI received exit code 1

According to the history, if you fix the version of mistune before a certain point, it will be built safely.

https://pypi.org/project/mistune/#history

I'will try switching to use 2.x.x instead of the 3.x.x version.

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

1 participant