pip install --upgrade sqlalchemy gives maximum recursion depth exceeded

前端 未结 1 1699
無奈伤痛
無奈伤痛 2021-01-13 07:11

I\'ve tried pip install --upgrade sqlalchemy, python2.7 setup.py install, and after deleting the sqlalchemy folder in site-packages, I\'ve tried

相关标签:
1条回答
  • 2021-01-13 07:33

    Looks like my "distribute" (v0.6xxx) was out of date. I ran

    pip install --upgrade distribute 
    

    and it installed 0.7.3.

    Then ran pip install sqlalchemy and it installed.

    Same problem encountered installing other packages.

    0 讨论(0)
提交回复
热议问题