Issue: Unable to install the master branch of frappe-bench

https://github.com/frappe/bench/issues/389

Please see to this issue as I have tried everything that is mentioned on this discussion forum and external sites.

From frappe-bench runs ./env/bin/pip install mysqlclient and post error. Seems package dependency issue.

Can you be more specific? As I have manually installed all dependencies which were listed on readme of the repository.

This is the error I got…

Suyogs-MacBook-Air:bin itssuyog$ pip install mysqlclient
Collecting mysqlclient
  Using cached mysqlclient-1.3.10.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/hm/jbqvwv_n1sb46q_v9wvb3fh80000gp/T/pip-build-N6zhS4/mysqlclient/setup.py", line 17, in <module>
        metadata, options = get_config()
      File "setup_posix.py", line 54, in get_config
        libraries = [dequote(i[2:]) for i in libs if i.startswith('-l')]
      File "setup_posix.py", line 12, in dequote
        if s[0] in "\"'" and s[0] == s[-1]:
    IndexError: string index out of range

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/hm/jbqvwv_n1sb46q_v9wvb3fh80000gp/T/pip-build-N6zhS4/mysqlclient/

Sorry for late reply…