今天安装 json的时候遇到了这个问题:
!pip install json
解决办法
pip install --target=e:\ai\lib\site-packages json
!pip install --target=xxx json
xxx = 报错的路径