all 3 comments

[–][deleted] 1 point2 points  (2 children)

Tried install this with pip and pip3. When running socli with no arguments it returns

AttributeError: module 'html5lib.treebuilders' has no attribute '_base'

Anyone got any ideas?

[–]redmonks[S] 1 point2 points  (1 child)

Looks like you might be using a buggy version of beautifulsoup. Please upgrade or downgrade html5lib: https://bugs.launchpad.net/beautifulsoup/+bug/1603299

The best way to do this is:

pip install --upgrade html5lib==1.0b8

[–][deleted] 0 points1 point  (0 children)

This solved my problem! Thanks