Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Pip Install on windows broken #44

Open
p3t3rix opened this issue May 30, 2015 · 1 comment
Open

Pip Install on windows broken #44

p3t3rix opened this issue May 30, 2015 · 1 comment

Comments

@p3t3rix
Copy link

p3t3rix commented May 30, 2015

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
Copy link

etfre commented Jul 6, 2015

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

daanzu pushed a commit to daanzu/dragonfly-old that referenced this issue Mar 23, 2019
Re: t4ngo#44.

Whether a character is typeable or not is dependent on the
keyboard layout used.
daanzu pushed a commit to daanzu/dragonfly-old that referenced this issue Mar 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants