GithubHelp home page GithubHelp logo

neevany / caravel-on-heroku Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 68.0 2 KB

One-button Heroku deploy for the Caravel data exploration platform.

Python 100.00%
caravel heroku superset airbnb dataexplorer

caravel-on-heroku's People

Contributors

neevany avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

caravel-on-heroku's Issues

Heroku Error R10 (Boot timeout)

Hey there!

Thanks for making this :)

I tried all the app bootstrap steps on bash but am indefinitely seeing R10 errors -
"-> Web process failed to bind to $PORT within 60 seconds of launch"

For good measure - I tried restarting and it def gets stuck at that step. Any advice?

Cheers!

Support Caravel 0.11.0 Dependencies

Trying to use this with the new version of Caravel returns an error. As is it works fine on 0.10.0

This seems very relevant apache/superset#1256

remote:          Running setup.py install for sasl: started
remote:            Running setup.py install for sasl: finished with status 'error'
remote:            Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-R4bA81/sasl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pjsN8h-record/install-record.txt --single-version-externally-managed --compile:
remote:            running install
remote:            running build
remote:            running build_py
remote:            creating build
remote:            creating build/lib.linux-x86_64-2.7
remote:            creating build/lib.linux-x86_64-2.7/sasl
remote:            copying sasl/__init__.py -> build/lib.linux-x86_64-2.7/sasl
remote:            running egg_info
remote:            writing requirements to sasl.egg-info/requires.txt
remote:            writing sasl.egg-info/PKG-INFO
remote:            writing top-level names to sasl.egg-info/top_level.txt
remote:            writing dependency_links to sasl.egg-info/dependency_links.txt
remote:            warning: manifest_maker: standard file '-c' not found
remote:            
remote:            reading manifest file 'sasl.egg-info/SOURCES.txt'
remote:            reading manifest template 'MANIFEST.in'
remote:            writing manifest file 'sasl.egg-info/SOURCES.txt'
remote:            copying sasl/saslwrapper.cpp -> build/lib.linux-x86_64-2.7/sasl
remote:            copying sasl/saslwrapper.h -> build/lib.linux-x86_64-2.7/sasl
remote:            copying sasl/saslwrapper.pyx -> build/lib.linux-x86_64-2.7/sasl
remote:            running build_ext
remote:            building 'sasl.saslwrapper' extension
remote:            creating build/temp.linux-x86_64-2.7
remote:            creating build/temp.linux-x86_64-2.7/sasl
remote:            gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Isasl -I/app/.heroku/python/include/python2.7 -c sasl/saslwrapper.cpp -o build/temp.linux-x86_64-2.7/sasl/saslwrapper.o
remote:            cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
remote:            In file included from sasl/saslwrapper.cpp:254:0:
remote:            sasl/saslwrapper.h:22:23: fatal error: sasl/sasl.h: No such file or directory
remote:             #include <sasl/sasl.h>
remote:                                   ^
remote:            compilation terminated.
remote:            error: command 'gcc' failed with exit status 1
remote:            
remote:            ----------------------------------------

Cloning:Warning: You appear to have cloned an empty repository.

As suggested, in order to create the user, I've used the command:
heroku git:clone --app appName
but the message I received is:
warning: You appear to have cloned an empty repository.
The folder is created but it's empty, the repo is not cloned locally

Apache Superset on Heroku - broken and quiet - why?

Hi all, thanks in advance for any guidance you can give to me, a beginner at GitHub, Superset, and Heroku.

I'm trying to get Apache Superset working on Heroku, and I see four "superset-on-heroku" repos, but I cannot get any to work. I could share details on errors, but my bigger concerned is that these repos don't appear to be changing recently, and I wonder if they are obsolete for some reason unknown to me.

This repo seems like the one that was updated most recently, but also does not work for me. (I'm happy to provide details if needed.)

Here's my question: why would these repo's be so quiet? Are they obsolete? Is there a different, more obvious way to get Superset working on Heroku? Thank you! I appreciate any advice you can give me; I have been trying to get this to work for a week and I feel stuck.

Thank you! Doug

Build problem when creating a Superset application in Heroku

When I try to deploy superset in heroku using the next link, after introducing the application name and selecting the "Deploy app" button, I get the next error in the "Building the application" step:

-----> Python app detected

 !     The latest version of Python 3.6 is python-3.6.6 (you are using python-3.6.1, which is unsupported).

 !     We recommend upgrading by specifying the latest version (python-3.6.6).

       Learn More: https://devcenter.heroku.com/articles/python-runtimes

-----> Installing python-3.6.1

-----> Installing pip

-----> Installing SQLite3
....
....
<<logs continue, and at the end:>>
....
....
Command "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5tpbvzln/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-uf9spu17-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-5tpbvzln/cryptography/

 !     Push rejected, failed to compile Python app.

 !     Push failed

This error doesn't allow the user to deploy a new Superset application instance in Heroku.

Complete error log file is:
errorLog.txt

Can't login to superset

Hi I've successfully installed superset in my herokuapp but can't seem to login

I've already ran the following:

heroku git:clone --app YOURAPPNAME heroku run bash --app YOURAPPNAME fabmanager create-admin --app superset superset db upgrade superset init

but the login i created doesn't work. It just says invalid login. I've tried several login creations, etc. I don't get any error from running the above so i'm not sure where to start looking

Connecting heroku postgre database

Hi
i am trying to add a postgre database from heroku to Superset after installing the superset via heroku.
However, when i input the postgre uri from heroku into the SQLAlchemy URI (database connection section), I get this error: No Module named No module named psycopg2

Anyone encountered this error and any ideas how to connect heroku postgre database to superset installation?

Many thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.