Closed rudskoy closed 7 years ago
Moreover, system contains latest pygments
and pygments.lexers.html.PugLexer
(has a Jade support), but anyway I had the same error.
Help me :(
A little workaround helped me to run it.
if not self.lexer:
# raise TypeError('%s is missing lexer' % self.name)
pass
Sup
I want to use your py linguist but stucked with an error.
At the import action
from linguist.libs.repository import Repository
(described in readme.md doc)I got an error:
Tried to
pip install pyjedi
– didn't help too.What actions should I do to make it work?
P.S. I'm using Python 2.7