cloudify-dsl-parser icon indicating copy to clipboard operation
cloudify-dsl-parser copied to clipboard

unable to pip install with Python 3.5

Open kamikaze opened this issue 8 years ago • 4 comments

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 avatar Jan 09 '17 23:01 kamikaze

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

kamikaze avatar Jan 09 '17 23:01 kamikaze

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

mlittlej avatar Feb 07 '17 17:02 mlittlej

Cloudify requires 2.7

On Feb 7, 2017 19:49, "Michael Littlejohn" [email protected] 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 .

nir0s avatar Feb 07 '17 17:02 nir0s

@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?

kamikaze avatar Feb 07 '17 18:02 kamikaze