Fatal error in launcher: Unable to create process using '"D:\Program Files\Python\Python37\python.exe" "D:\Soft\python_env\Scripts\pip.exe" install wxauto -i https://pypi.tuna.tsinghua.edu.cn/simple': ???????????
# 使用这个命令
python -m pip install wxauto -i https://pypi.tuna.tsinghua.edu.cn/simple
# 如果还不行,使用完整路径
"D:\Program Files\Python\Python37\python.exe" -m pip install wxauto -i https://pypi.tuna.tsinghua.edu.cn/simple
最后成功使用
py -m pip install wxauto -i https://pypi.tuna.tsinghua.edu.cn/simple
查看wxauto安装位置
py -m pip show wxauto