Failed to install wsgiref on Python 3

后端 未结 2 499
清酒与你
清酒与你 2021-01-17 13:57

I have a problem installing wsgiref:

$ python --version
Python 3.6.0 :: Anaconda 4.3.1 (x86_64)
$ pip --version
pip 9.0.1 from /anaconda/lib/pyth         


        
2条回答
  •  一向
    一向 (楼主)
    2021-01-17 14:21

    wsgiref is already been included as a standard library in Python 3... So in case if you are trying with Python 3 just go ahead and import wsgiref thats it.

提交回复
热议问题