“pip install json” fails on Ubuntu

前端 未结 2 1289
情歌与酒
情歌与酒 2020-12-16 09:51

Cannot install the json module. As far as I know I shouldn\'t use sudo. what\'s the matter?

 pip install json
The directory \'/home/snow/.cache/pip/http\' or         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-16 10:11

    json is a built-in module, you don't need to install it with pip.

提交回复
热议问题