Zach McCormick

Results 13 comments of Zach McCormick

The newest cuDNN is 6 - make sure you're using 5 or 5.1

Really the better option is probably to use `/usr/bin/env python`, but that'll be python3 for Monterey. I could probably fix this to be python3 compatible and use `/usr/bin/env python` where...

No worries! Next time it breaks on me I'll spend the time and make it work with python3 then if no one else has :)

@dschep Can you make a branch without the changes to the readme and make a PR to this repo? I feel like a decent number of people use this repo...

I know that the copying of the libjasper file works across both stacks - I just submitted a PR to the official Python buildpack to that effect.

Ah and I had no issues doing something like this in my `settings.py` for Django specifically: ```python GDAL_LIBRARY_PATH = '/app/.heroku/vendor/lib/libgdal.so' # or os.getenv('...') and overriding it in Heroku app configuration...

@morenoh149 I've been having good luck using the official buildpack for a while. Someone normally pings me when the geospatial libs break on that buildpack and I normally have it...

I should have browsed the closed comments before this. https://github.com/usabilityhub/rails-erb-loader/issues/66 is fairly relevant

Hmm... these are fundamentally different things, though. Disque is a distributed message (job) broker that aims for exactly-once execution of jobs but can be configured for at-least-once and at-most-once execution...