-
In pyzmq, I want to test the Python overhead of thing like `recv_multipart`, and I don't want to time the corresponding send/poll. This means I need to have setup _per run_, not just creating the avai…
minrk updated
12 years ago
-
The following error happens randomly (quite frequently) on start up of `python -m ai.backend.kernel git`:
```
shell-kernel: Fatal error on transport ReadUnixTransport (error status in uv_stream_t.re…
-
When connecting to a remote kernel with
```
ipython qtconsole --ssh=host --existing connect_info
```
if the first password attempt is incorrect, the following attempts won't work event if one enters…
-
-
I'd like to ship a few wheels including pre-built C modules along with the musl-based standalone Python from here.
When I try to run `python -m ensurepip` (e.g., #84) or any other imports that involv…
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
I have posted this on pyzmq but it may be an issue in the library itself (https://github.com/zerom…
-
Very cool project!
I am trying to figure out why is following not supported:
1. Router listening at tcp://*.5570
2. zmqc sending a message via a REQ socket:
```
echo "Hello" | zmqc -c REQ 'tcp://12…
-
OS: CentOS 6
Python:3.5
gevent :1.2.0dev0
when client connections>1024
```
import gevent
from gevent import monkey
monkey.patch_all()
import zmq.green as zmq
from gevent.server import StreamServer …
-
Originally reported by: **floppym (Bitbucket: [floppym](http://bitbucket.org/floppym), GitHub: [floppym](http://github.com/floppym))**
---
On Gentoo Linux, we are running into a problem building pyz…
ghost updated
4 years ago
-
Hi dusty, my name is ji-hoon Beak from korea.
I have seeing jetson-reinforcement in your git and try install.
I could do step1( : "Building from Source"). however I could not do step2(: "Verifyi…