paco xander nathan

Results 103 comments of paco xander nathan

The tradition of adding a "this poem" to a library is that the committers provide some collective wisdom. I'll start a few lines later today, and also invite our other...

Some ideas to consider adding in a `this` poem for `kglab`: - libraries are more powerful than frameworks - integration of other libraries is more difficult than creating an open...

I'd like to help. From what I've seen, you've got relatively brief, semi-conversational snippets of text, which are obtained from comment threads. Is that roughly correct as a description? From...

Great to see this issue on GH! Yes, HDFS is required when running on Mesos. Py code gets distributed via HDFS onto the slave nodes. That's pretty standard for how...

Gevent should have `shutdown` as a standard part of the package. Trying running just the Python prompt from command line, then type ``` from gevent import shutdown ``` Does it...

Dang. This may require customer support on-site. One thing that may help is to try running under Anaconda, instead of the default Py 2.7.x that comes installed on Mac OSX:...

Also, just checked my local set up: pacos-mbp-3:c3nom ceteri$ pip freeze | grep gevent gevent==0.13.8 gevent-websocket==0.3.6 gevent-zeromq==0.2.2 So that's a very different version of gevent. Will check next time when...

That makes sense, playa-mesos will have introduced some other versions/dependencies then. Yes, the hat_trie package needs to be installed from GitHub, since there's no PyPi support for it yet. If...

Many thanks @asm582 , we'll bring that into the FAQ

Outstanding, using `poetry` would be a nice improvement for `kglab` ! We have support for `conda` (especially for the RAPIDS integration, e.g., `cuGraph`, etc.) and there's a brief mention in...