t4ngo / dragonfly

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)
GNU Lesser General Public License v3.0
364 stars 82 forks source link

Pip Install on windows broken #44

Open p3t3rix opened 9 years ago

p3t3rix commented 9 years ago

When i try to install dragonfly on windows via PIP i get the following error:

DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated.  See https://github.com/pypa/pip/issues/906.
Downloading/unpacking dragonfly
  Running setup.py (path:E:\Userfiles\Username\Appdata\pycharm-packaging0.tmp\dragonfly\setup.py) egg_info for package dragonfly
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "E:\Userfiles\Username\Appdata\pycharm-packaging0.tmp\dragonfly\setup.py", line 63, in <module>
        from ez_setup import use_setuptools
      File ".\ez_setup.py", line 98
        except pkg_resources.VersionConflict, e:
                                            ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "E:\Userfiles\Username\Appdata\pycharm-packaging0.tmp\dragonfly\setup.py", line 63, in <module>

    from ez_setup import use_setuptools

  File ".\ez_setup.py", line 98

    except pkg_resources.VersionConflict, e:

                                        ^

SyntaxError: invalid syntax
etfre commented 9 years ago

I'm assuming you're trying to install on Python 3? Dragonfly only works for Python 2.