这里写自定义目录标题
问题提示
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-eiJLJp/subprocess32/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-ee99Zl-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-eiJLJp/subprocess32/
Command “/usr/bin/python -u -c “import setuptools, tokenize;file=’/tmp/pip-build-eiJLJp/subprocess32/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-ee99Zl-record/install-record.txt --single-version-externally-managed --compile --user --prefix=” failed with error code 1 in /tmp/pip-build-eiJLJp/subprocess32/
只要将pip修改源和更新即可
执行
python -m pip install --upgrade pip -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com