alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 623 forks source link

请教 Terminal 执行 >python freeline.py -f 报错 #614

Closed amsterly closed 7 years ago

amsterly commented 7 years ago

Terminal 执行 >python freeline.py -f 报错 ERROR: E:\Android\CustomVIew>python freeline.py -f Traceback (most recent call last): File "freeline.py", line 7, in from freeline_core.dispatcher import Dispatcher File "E:\Android\CustomVIew\freeline_core\dispatcher.py", line 8, in from command import AbstractCommand ImportError: No module named 'command' 请问为啥?

lomanyong commented 7 years ago

@lvwenbo0107 请使用 Python 2.7

javalue commented 7 years ago

我的已经是2.7了还报这样的错 Traceback (most recent call last): File "freeline.py", line 7, in <module> from freeline_core.dispatcher import Dispatcher ImportError: No module named freeline_core.dispatcher

WanDa1993 commented 6 years ago

我也是,求助..我还在本地下载了新的环境 2.7.14 还是不行.

WanDa1993 commented 6 years ago

@lomanyong 朋友,求助.