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 err
Solution 1:
Windows 10 fix with Anaconda
conda install -c anaconda html5lib
Solution 2:
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.
Post a Comment for "Cannot Import Name 'html5lib' Error While Installing Packages"