Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this Python 2 only? #46

Closed
ktrnka opened this issue Apr 18, 2018 · 2 comments
Closed

Is this Python 2 only? #46

ktrnka opened this issue Apr 18, 2018 · 2 comments

Comments

@ktrnka
Copy link

ktrnka commented Apr 18, 2018

Tried installing requirements.txt, got:

  Downloading https://files.pythonhosted.org/packages/a9/f7/bcc7fec63ca0ddedf4e2a7f04c3261ff668ea2e580962a743de3a4569771/cloud-2.8.5.tar.gz (247kB)
    100% |████████████████████████████████| 256kB 19.4MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/ch/v8wwjmsd66z8_x20jstpv8080000gn/T/pip-install-orgleqsd/cloud/setup.py", line 23
        print 'using regular setup tools'
                                        ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int 'using regular setup tools')?

@lvapeab
Copy link
Owner

lvapeab commented Apr 19, 2018

Currently only Python2 is supported. I'm working to make it compatible with both Python2 and 3. I'll let you now when I finish it.

@lvapeab
Copy link
Owner

lvapeab commented Apr 20, 2018

Hi @ktrnka ,
I've ported most code to a Python 2.7 - 3.6 compatible version. If you find any compatibility problem, please open an issue.

@lvapeab lvapeab closed this as completed Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants