cloudify-cosmo / cloudify-dsl-parser

Cloudify DSL Parser
Apache License 2.0
16 stars 25 forks source link

unable to pip install with Python 3.5 #112

Open kamikaze opened 7 years ago

kamikaze commented 7 years ago
Collecting cloudify
  Using cached cloudify-3.4.tar.gz
Collecting cloudify-plugins-common==3.4 (from cloudify)
  Using cached cloudify-plugins-common-3.4.tar.gz
Collecting cloudify-rest-client==3.4 (from cloudify)
  Using cached cloudify-rest-client-3.4.tar.gz
Collecting cloudify-dsl-parser==3.4 (from cloudify)
  Using cached cloudify-dsl-parser-3.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\path\pycharm-packaging\cloudify-dsl-parser\setup.py", line 29
        except ImportError, e:
                          ^
    SyntaxError: invalid syntax

    ----------------------------------------
kamikaze commented 7 years ago

It is 2017, is there any chance that Cloudify finally will work with modern software? )

mlittlej commented 7 years ago

I have a similar complaint, but I've been working through it on my forks (as of earlier today).

I've raised to following bug on Cloudify's Jira tracker (which they actually look at, as opposed to github). See: https://cloudifysource.atlassian.net/browse/CFY-6397

nir0s commented 7 years ago

Cloudify requires 2.7

On Feb 7, 2017 19:49, "Michael Littlejohn" notifications@github.com wrote:

I'm having a similar issue, but I've been working through it on my forks (as of earlier today).

I've raised to following bug on Cloudify's Jira tracker (which they actually look at, as opposed to github). See: https://cloudifysource. atlassian.net/browse/CFY-6397

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cloudify-cosmo/cloudify-dsl-parser/issues/112#issuecomment-278081630, or mute the thread https://github.com/notifications/unsubscribe-auth/AB6QhOb9B33U9CYGcvW1wN5Pfwkq0VHUks5raK6JgaJpZM4Le3Rf .

kamikaze commented 7 years ago

@nir0s but Python 2.7 is very old and is supported by community until 2020. Who will want to start their projects with such a software that is going to be deprecated soon?