Could not find a version that satisfies the requirement pygame (from versions: ) No matching distribution found for pygame 找不到满足游戏需求的版本(从版本:)找不到匹配的版本 最近在Ubuntu16.04上安装Python3.6之后,使用pip命令出现了问题,提示说找不到ssl模块,出现错误如下: pip is configured with locations that
Python3 pip命令报错:Fatal error in launcher: Unable to create process using '"' 一.问题 环境:win7 同时安装python2 和 python3 执行pip 命令报错:Fatal error in launcher: Unable to create process using '"' 二.解决方案 采用命令:python3 -m pip install psycopg2 或者 python3 -m p
ubuntu@ubuntu:~$ sudo pip install uwsgi 报错:The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing p