摘要: 一、问题描述 python3 运行类似以下代码时报错:AttributeError: module 'applescript' has no attribute 'app' import applescript comand = "ls" applescript.app('Terminal').do 阅读全文
posted @ 2020-11-10 16:18 梅梅不想踩坑 阅读(786) 评论(0) 推荐(0)
摘要: 一、问题描述 执行pip3 install xxx时报错:pip3: error: can't exec '/usr/local/bin/pip3' (errno=No such file or directory) 二、解决方案 执行命令:brew reinstall python3后再次执行不会 阅读全文
posted @ 2020-11-10 15:31 梅梅不想踩坑 阅读(1390) 评论(0) 推荐(0)