Open jayd3e opened 11 years ago
Hi @jayd3e ,
Do you found a workaround for this? I too am facing the same issue while deploying to heroku
I'm also having this issue. I use Chef to automate deployment and it tries to install all the python packages at once. Out of 50+ packages python-firebase is the only one that has this type of dependency issue in its setup.py.
Yeah I just forked it https://github.com/jayd3e/python-firebase. Completely forgot about this, will try to get a pull request made asap.
@jayd3e that'd be awesome
Installing to Heroku fails sometimes, b/c simply running any setuptools command requires
requests
to be installed. This is due to the fact that the version is obtained from here. Here is an example of the error message that you would receive if experiencing this error: