Tweepy error with install involving parse requirements

后端 未结 1 2005
故里飘歌
故里飘歌 2021-01-21 06:04

I have been trying to install tweepy on a Windows, and it returns an error. Specifically it says:

TypeError: parse_requirements <> got an

相关标签:
1条回答
  • 2021-01-21 07:00

    Am not sure if you solved the issue. Try upgrading pip to pip6.0+, this resolved the same issue i had on my Ubuntu Machine. You can give it a try

    pip install --upgrade pip
    
    0 讨论(0)
提交回复
热议问题