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

在 Mac 下使用系统的 Python2.7.10版本编译为什么还是报错??? #932

Closed WanDa1993 closed 6 years ago

WanDa1993 commented 6 years ago

Traceback (most recent call last): File "freeline.py", line 7, in from freeline_core.dispatcher import Dispatcher ImportError: No module named freeline_core.dispatcher

WanDa1993 commented 6 years ago

我查看之前的问题 是使用版本不是2.7造成的.我 Mac 使用系统的 python 环境,但是一直报这个错.

WanDa1993 commented 6 years ago

已解决,目录下缺少 freeline_core 文件夹