bgreenlee / pygtail

Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. Based on logcheck's logtail2 (http://logcheck.org)
GNU General Public License v2.0
251 stars 79 forks source link

Error when launch pygtail from command line #60

Closed saibug closed 2 years ago

saibug commented 3 years ago

hi team i have installed pygtail from sources, and after when i launch it from cmdline, i get this error !! The 'pygtail==0.11.1' distribution was not found and is required by the application

also , i'm unable to import module from my venv :/

>>> from pygtail import Pygtail
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pygtail'

pip3.6 python3.6 os : RHEL7.6

Any suggestions ?

bgreenlee commented 3 years ago

Sorry, I'm not sure what would cause that. Is there a reason you're installing from sources rather than via pip install?

saibug commented 3 years ago

Solved I have just uninstall/install packages with pip3.6

Thanks