HDFGroup / datacontainer

Data Container Study
Other
8 stars 1 forks source link

zmq error? #19

Closed hyoklee closed 9 years ago

hyoklee commented 9 years ago

If I run

$ ipcontroller --ip=*

I get the following message:

ImportError: /home/ubuntu/anaconda/envs/py34/lib/python3.4/site-packages/zmq/backend/cython/message.cpython-34m.so: undefined symbol: zmq_msg_gets

How can I solve this problem?

ghost commented 9 years ago

What snapshot did you use for that VM?

hyoklee commented 9 years ago

Does it matter? I think user guide should add instruction on how to install everything from scratch Ubuntu.

hyoklee commented 9 years ago

On issue10 snapshot, another weird zmq error occurs:

(py34)ubuntu@test2:~/datacontainer/filters$ python summary.py ncep_100.txt 
ImportError: /home/ubuntu/anaconda/envs/py34/lib/python3.4/site-packages/zm\
q/backend/cython/message.cpython-34m.so: undefined symbol: zmq_msg_gets
jreadey commented 9 years ago

I'm not sure what is up with the ZMQ error. I merged @hyoklee's updates to the snapshot10 snapshot.