aaronmarkham commented on issue #16146: Website build on CI is down due to 
Julia error
URL: 
https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583870316
 
 
   Oh boy:
   
   ```
   04:34:06  ERROR: pymdown-extensions 6.3 has requirement Markdown>=3.2, but 
you'll have markdown 3.1 which is incompatible.
   04:34:06  ERROR: mkdocs-material 4.6.2 has requirement markdown>=3.2, but 
you'll have markdown 3.1 which is incompatible.
   ```
   
   So these dependencies are fighting over this markdown version. One says it 
must be 3.2 or greater the other says it must be less.
   
   I have an idea:
   If someone has an older setup building locally that works - try that and 
export the pip versions and we pin it like that. Or maybe there's some old 
docker image that has this setup? 
   
   Also, to get unblocked, we can disable Julia docs from the website build 
flow.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to