You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to invoke cli command from terminal, can anyone give an example of this invocation?.
I have a project named "templateFast" and I tried:
At c:\templateFast path:
c:\templateFast> python project/__main__.py --help
Traceback (most recent call last):
File "C:\.....\templateFast\templatefast\__main__.py", line 2, in <module>
from .cli import cli
ImportError: attempted relative import with no known parent package
At c:\templateFast\templateFast path throw the same error
The execution with python -m don't run in any case
Any help will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for share your template, it's amazing.
I'm trying to invoke cli command from terminal, can anyone give an example of this invocation?.
I have a project named "templateFast" and I tried:
At c:\templateFast path:
At c:\templateFast\templateFast path throw the same error
The execution with python -m don't run in any case
Any help will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: