-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Labels
Description
Hello, I'm not really sure if this is the right place to discuss this but I would appreciate any insight. I'm trying to containerize an application that has pyzmq as a dependency (I'm using Bazel to build and push the containers) and i'm getting this error when I run the containers:
ImportError: cannot import name '_device' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import)
Does the environment at which I build the system affect how pyzmq is installed?
I'm not doing anything special, just listing pyzmq as a pip dependency.