这错误...
Traceback (most recent call last):
File "/home/aaa.py", line 17, in
import requests
File "/usr/local/lib/python3.5/site-packages/requests/__init__.py", line 53, in
from .packages.urllib3.contrib import pyopenssl
File "/usr/local/lib/python3.5/site-packages/requests/packages/__init__.py", line 27, in
from . import urllib3
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/__init__.py", line 8, in
from .connectionpool import (
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 41, in
from .request import RequestMethods
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/request.py", line 7, in
from .filepost import encode_multipart_formdata
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/filepost.py", line 4, in
from uuid import uuid4
File "/usr/local/lib/python3.5/site-packages/uuid.py", line 138
if not 0
关注
打赏
热门博文
- 历史最高名次:17
- 日常收集的妙语
- git更新:Your local changes to the following files would be overwritten by merge
- Github通过PR提交代码到开源库
- Github参与OpenJDK8的开发指南
- FreeType可以指定斜体值了!祝贺修改代码整合进入FreeType
- JDK/FreeType中关于斜的英文有哪些
- WINDOWS编译ffmpeg:LINK : fatal error LNK1104: 无法打开文件“LIBCMT.lib”
- 全网首发:编译ffmpeg: error: ‘VFW_E_NOT_FOUND‘ undeclared ; did you mean ‘NTE_NOT_FOUND‘?
- WINDOWS+VS2012+msys2编译ffmpeg成功,DLL不能用