Stiivi / bubbles

[NOT MAINTAINED] Bubbles – Python ETL framework
http://bubbles.databrewery.org
Other
452 stars 80 forks source link

Pip install bubbles fails #10

Closed pjakobsen closed 10 years ago

pjakobsen commented 10 years ago

OS X Mountain Lion, Python 2.7 with Virtualenvwrapper: Installation of bubbles fails due to syntax errors:


pip install bubbles Downloading/unpacking bubbles Downloading bubbles-0.1.tar.gz (40kB): 40kB downloaded Running setup.py egg_info for package bubbles

Installing collected packages: bubbles Running setup.py install for bubbles SyntaxError: ('invalid syntax', ('/Users/peder/Envs/cubes/lib/python2.7/site-packages/bubbles/core.py', 222, 30, 'def operation(*signature, name=None):\n'))

Successfully installed bubbles Cleaning up... (cubes)peder@garros:~/source/crs-cubes$ pip freeze local Cython==0.19.1 Flask==0.9 Jinja2==2.6 MarkupSafe==0.18 SQLAlchemy==0.7.9 Werkzeug==0.8.3 argparse==1.2.1 bubbles==0.1 chardet==2.1.1 csvkit==0.6.1 cubes==0.10.2post1 dbf==0.95.004 itsdangerous==0.23 json-table-schema==0.1 line-profiler==1.0b3 lxml==3.2.3 messytables==0.12.0 openpyxl==1.6.2 python-dateutil==1.5 python-magic==0.4.3 six==1.4.1 wsgiref==0.1.2 xlrd==0.9.2 (cubes)peder@garros:~/source/crs-cubes$ python Python 2.7.2 (default, Oct 11 2012, 20:14:37) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import bubbles Traceback (most recent call last): File "", line 1, in File "/Users/peder/Envs/cubes/lib/python2.7/site-packages/bubbles/init.py", line 4, in from .core import File "/Users/peder/Envs/cubes/lib/python2.7/site-packages/bubbles/core.py", line 222 def operation(signature, name=None): ^

SyntaxError: invalid syntax

pjakobsen commented 10 years ago

I'm a goof, I see now that Bubbles requires python 3 :)