what is --use-feature=2020-resolver? error message with jupyter installation on ubuntu

前端 未结 2 1590
别跟我提以往
别跟我提以往 2021-01-31 01:37

I\'m trying to install jupyter on ubuntu 16.04.6 x64 on digital ocean droplet. It is giving me the following error message, and I can\'t understand what this means.



        
2条回答
  •  别那么骄傲
    2021-01-31 01:59

    First check if your pip is updated:

    python -m pip install --upgrade pip
    

    and then use:

    pip install example --use-feature=2020-resolver
    

    It worked for me.

提交回复
热议问题