Python: can't open file 'setup.py': [Errno 2] No such file or directory. Directory Change does not remove error

后端 未结 1 637
囚心锁ツ
囚心锁ツ 2021-01-28 08:09

I am trying to install pymysql to a windows 8 machine and have been having trouble with the installation for python 3.3 I got the mython-mysql driver to work fine for 2.7 but th

相关标签:
1条回答
  • 2021-01-28 08:35

    Follow these steps in order to rectify this problem:

    1. Download tweepy and unzip it in Desktop: Download from this link
    2. Rename it tweepy
    3. Open command prompt and type "cd desktop" then "cd tweepy"
    4. Type "python setup.py install"
    0 讨论(0)
提交回复
热议问题