Hello guys, I am checking out fire source code to see if I can contribute anything to it. I tried to install from source code using GIT , and installing with setup.py (using python 3.7) and I got the following error: ModuleNotFoundError: No module named 'fire.console' , can anyone give me a hand ? thanks.
C:\web-mios\oss\python-fire_tasks\test>python calculator.py double 10
Traceback (most recent call last):
File "calculator.py", line 1, in
import fire
File "C:\Users\aspire\AppData\Local\Programs\Python\Python37\lib\site-packages\fire-0.1.3-py3.7.egg\fire_init_.py", line 21, in
from fire.core import Fire
File "C:\Users\aspire\AppData\Local\Programs\Python\Python37\lib\site-packages\fire-0.1.3-py3.7.egg\fire\core.py", line 73, in
from fire.console import console_pager
ModuleNotFoundError: No module named 'fire.console'
C:\web-mios\oss\python-fire_tasks\test>