出現(xiàn)問(wèn)題

ImportError
原因
使用了brew安裝的python2.7.15_1可能不含_remove_dead_weakref模塊
解決方法
在環(huán)境配置文件.bash_profile或.zshrc內(nèi)導(dǎo)入:
export PATH=/usr/bin/:$PATH
參考
https://github.com/flutter/flutter/issues/17803

解決方案
使用了brew安裝的python2.7.15_1可能不含_remove_dead_weakref模塊
在環(huán)境配置文件.bash_profile或.zshrc內(nèi)導(dǎo)入:
export PATH=/usr/bin/:$PATH
https://github.com/flutter/flutter/issues/17803