py.exe C:\Python310\Lib\site-packages\awslogs\
C:\Python310\python.exe: can't find 'main' module in 'C:\Python310\Lib\site-packages\awslogs\'
py.exe C:\Python310\Lib\site-packages\awslogs\bin.py
Traceback (most recent call last):
File "C:\Python310\Lib\site-packages\awslogs\bin.py", line 9, in
from . import exceptions
ImportError: attempted relative import with no known parent package
I installed awslogs https://github.com/jorgebastida/awslogs
When I try to run it I get awslogs : The term 'awslogs' is not recognized as the name of a cmdlet, function, script file, or operable program.
I couldn't find any info on how to actually run a cmd that was installed by pip on windows,
When searching the web i could only find info about how to install a pip cmd but not how to run a cmd install by pip
More info:
py.exe C:\Python310\Lib\site-packages\awslogs\ C:\Python310\python.exe: can't find 'main' module in 'C:\Python310\Lib\site-packages\awslogs\'
see https://stackoverflow.com/questions/73149088/how-to-run-a-cmd-installed-by-pip-on-windows?noredirect=1#comment129197513_73149088