yoeo / guesslang

Detect the programming language of a source code
https://guesslang.readthedocs.io
MIT License
798 stars 114 forks source link

Guesslang only work with root #10

Closed EduGonzalez closed 6 years ago

EduGonzalez commented 6 years ago

Hi, I'm trying to execute guesslang command with a normal user, not root. But don't works, see the output:

guesslang -i archivo.txt Traceback (most recent call last): File "/usr/local/bin/guesslang", line 7, in from guesslang.main import main ModuleNotFoundError: No module named 'guesslang.main'

Guesslang version: pip3.6 show guesslang Name: guesslang Version: 0.9.3 Summary: Detect the programming language of a source code Home-page: https://github.com/yoeo/guesslang

With root works fine. Could you help me please?

regards