Meituan-Dianping / lyrebird

移动应用插件化测试工作台
https://meituan-dianping.github.io/lyrebird/
MIT License
1.17k stars 246 forks source link

python3.11版本下命令行无法启动lyrebird,提示文件无法成功 #857

Open x-lancer opened 5 months ago

x-lancer commented 5 months ago

Description python3.11版本下命令行无法启动lyrebird,提示文件无法成功 Python 3.11.9 pip 24.0 from F:\Software\Python\Python311\Lib\site-packages\pip (python 3.11)

To Reproduce Steps to reproduce the behavior:

  1. python3.11 -m pip install lyrebird
  2. 安装成功后命令行输入:lyrebird

Expected behavior 2.正常启动lyrebird

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

echoyang7 commented 4 months ago

It seems that the mitmproxy archive extraction has failed. You can try the following steps:

  1. Visit the link https://snapshots.mitmproxy.org/8.1.1/mitmproxy-8.1.1-windows.zip to manually download mitmproxy.
  2. Extract the archive and place the extracted folder in the .lyrebird/bin directory under the user's home directory.
  3. Restart Lyrebird.