On 1 October 2016 at 04:50, <[email protected]> wrote: > I have python 3 installed, but still the error occurs :(
If it's the same error message as you got before, then you are probably not running it in Python 3, because the html module is part of the standard library: https://docs.python.org/3/library/html.html If in doubt, create a new conda env or virtualenv using Python 3, and install into that. You also currently need a development installation of the package pdfrw; I'll try to push the author of that to make a new release. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qjJvZwr5iugFYGZovmnL51UBvdhoLrkNuw2wf%3DC%3DFjwEw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
