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

Deployment fails with Python 3.x #1

Open
adekola opened this issue Jun 13, 2015 · 1 comment
Open

Deployment fails with Python 3.x #1

adekola opened this issue Jun 13, 2015 · 1 comment

Comments

@adekola
Copy link

adekola commented Jun 13, 2015

Trying to deploy Calvin as per the instructions in the repository, running
csdeploy calvin/scripts/test1.calvin

but got a syntax error, which on inspection turned out to be a fundamental difference between python 2.x and 3.x, namely print.

My environment was Windows 7, with Python 3.4.0.

When I tried on my ubuntu box though (with Python 2.7.6), it worked

@olaan
Copy link
Contributor

olaan commented Jun 15, 2015

We currently have dependencies which are not (yet) available in python 3, so it is not possible to deploy using python 3. However, there is no reason our code should not be python 3 compatible. This will be taken care of.

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants