简体   繁体   中英

cannot import name 'html5lib' error while installing packages

While installing mxnet package I am getting the error :

cannot import name 'html5lib'

& when I go for html5lib package installation I am getting the same error.

The full error message can be seen in the image .

I have installed python using Anaconda.

Windows 10 fix with Anaconda

conda install -c anaconda html5lib

ref: https://anaconda.org/anaconda/html5lib

Try running conda update -f html5lib which will try to update your html5lib . I also encountered this after installing something ( tensorflow ) through conda that had to downgrade html5lib and that broke everything for pip .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM