pkg_resources.DistributionNotFound: The 'pipenv==2018.10.13' distribution was not found and is required by the application

前端 未结 2 1306
长发绾君心
长发绾君心 2021-02-01 02:41

I\'ve reinstalled pip and pipenv due to some broken package with ansible. Now, it seems like my pip dependencies are all screwed. Any suggestion or help is greatly appreciated.

2条回答
  •  盖世英雄少女心
    2021-02-01 02:50

    This should fix the problem too:

    pipenv --rm
    pipenv check
    pipenv sync
    

    I run into this problem from time to time when updating python using anaconda.

提交回复
热议问题