我正在尝试按照说明安装 Windows VM https://sugary-selenium-eb9.notion.site/Power-BI-installation-guide-for-Mac-ed07be30d6b94cf2ad9325dddd38d9d3
我有一台配备 Intel 芯片的 Mac。
我输入以下命令:
chmod +x uup_download_macos.sh
./uup_download_macos.sh
我收到此错误:
aria2c does not seem to be installed
Check the readme.unix.md for details
Run Code Online (Sandbox Code Playgroud)
我在 python 官方网站上找不到 aria2c。
我该如何解决?
我试过
pip install aria2c
brew tap aria2c
Run Code Online (Sandbox Code Playgroud)