ImportError:没有名为“队列”的模块
我正在尝试导入requests模块,但出现此错误,我的python版本是3.4,在ubuntu 14.04上运行 >>> import requests Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 10, in <module> from queue import LifoQueue, Empty, Full ImportError: cannot import name 'LifoQueue' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.4/dist-packages/requests/__init__.py", line …