rorodata / rorocloud

Command-line interface to rorocloud service.
Apache License 2.0
0 stars 2 forks source link

rorocloud is failing for python2 #5

Closed anandology closed 7 years ago

anandology commented 7 years ago

Every command is failing.

$ rorocloud --help
Traceback (most recent call last):
  File "/private/tmp/testenv/bin/rorocloud", line 7, in <module>
    from rorocloud.cli import main
  File "/private/tmp/testenv/lib/python2.7/site-packages/rorocloud/cli.py", line 2, in <module>
    from builtins import input
ImportError: No module named builtins