Unable to upgrade python six package in mac osx 10.10.2

前端 未结 10 1990
情书的邮戳
情书的邮戳 2020-12-08 20:21

I am trying to install latest version of six python package but I have following issues. Can\'t get rid of six 1.4.1 in mac OSX 10.10.2

sudo pip install six          


        
10条回答
  •  没有蜡笔的小新
    2020-12-08 21:04

    Try these steps

    1. Reinstall python using brew

      $ brew install python

    2. Resolve missing symlink problem

      $ brew link --overwrite python

    3. Reboot system or run

      $ hash -r python

提交回复
热议问题