Josh Delman
Josh Delman
> I have not forgotten this issue -- I'm using the fix in our deployments. But, I haven't had time to create the tests and make the minimal changes for...
Use the `fiorix/freegeoip` docker image. Works like a charm.
Pretty sure this used GeoLite2 which is still available? On Apr 1, 2019, 4:22 AM -0400, haarp , wrote: > So what's the plan for self-hosters now that Maxmind has...
I was able to get it running on OS X El Capitan with Xcode 7 & the iOS 9.1 SDK. See https://github.com/jdelman/python-for-ios and checkout branch `arm64`.
Good point, I hacked it together haphazardly & blindly without realizing the environment meant... the environment - I don't really know what I'm doing. I fired it up after that...
@formoon What model iPhone are you running that on? Is it a 32-bit (iPhone 5 and earlier) or 64-bit (iPhone 5S and later) model?
Also having this issue. @mitchelljkotler and @thenovices - could you tell us which versions of sklearn, numpy, and scipy that you're using?
Running using Choi's [buildpack](https://github.com/andrewychoi/heroku-buildpack-scipy) with the following versions: ``` numpy==1.9.1 scipy==0.14.0 scikit-learn==0.15.2 ```
I'd also like to see #121 get merged.