我正在尝试在我的计算机上安装 MicroPython 以进行微处理器编程。
我使用了这个指令pip install esptool
然后 cmd 打印出了这个错误:
Using cached esptool-4.6.2.tar.gz (262 kB)
ERROR: Error [WinError 225] Operation did not complete successfully because the file
contains a virus or potentially unwanted software while executing command python
setup.py egg_info
Preparing metadata (setup.py) ... error
ERROR: Could not install packages due to an OSError: [WinError 225] Operation did not
complete successfully because the file contains a virus or potentially unwanted software
我从防病毒软件中删除了该阻止程序,但问题仍然存在。我现在该怎么办?
答案1
我不知道它pip
在做什么,但你可以esptool
从其 下载Github 仓库。
我已经在 Windows Defender 中测试了下载的内容,没有发现病毒。