ImportError: No module named 'Queue'

后端 未结 7 1691
再見小時候
再見小時候 2020-12-02 16:35

I am trying to import requests module, but I got this error my python version is 3.4 running on ubuntu 14.04

>>> import requests
Traceb         


        
相关标签:
7条回答
  • 2020-12-02 17:17

    I solve the problem my issue was I had file named queue.py in the same directory

    0 讨论(0)
提交回复
热议问题