Closed ocefpaf closed 8 years ago
Looks like compliance_checker did something weird with entry points. Recent versions of pip refuse to install it. It was fixed in ioos/compliance-checker#279, but they haven't made a release yet.
pip
refusing that is the right way to go. Thanks for the fast response @takluyver!
I am seeing a similar problem as https://github.com/jupyter/nbconvert/issues/298 but I am using the latest
entrypoints 0.2.2
. One can reproduce the error below by installingjupyter
andcompliance-checker
together and then issuing:entrypoints.get_single('nbconvert.exporters', 'python').load()
Not sure how to fix that...
xref: https://github.com/ioos/compliance-checker/issues/300