Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample timeseries creation script is broken #521

Closed
alexsielicki opened this issue Oct 22, 2015 · 3 comments
Closed

Sample timeseries creation script is broken #521

alexsielicki opened this issue Oct 22, 2015 · 3 comments

Comments

@alexsielicki
Copy link
Collaborator

When attempting to run the timeseries creation script, an error is generated complaining of a missing zmq module:

[slycat@814f729c9d31 web-client]$ ./slycat-create-sample-timeseries-hdf5.py --help
Traceback (most recent call last):
  File "./slycat-create-sample-timeseries-hdf5.py", line 23, in <module>
    import IPython.parallel
  File "/home/slycat/install/conda/lib/python2.7/site-packages/IPython/parallel/__init__.py", line 21, in <module>
    import zmq
ImportError: No module named zmq
@alexsielicki
Copy link
Collaborator Author

pip install pyzmq

seems to solve this issue. We should probably update the image to include this module.

@alexsielicki
Copy link
Collaborator Author

@Mletter1 and @wlhunt, can you guys add pyzmq to the new image you'll be creating in the next few days? It's needed to generate sample timeseries data. Thanks!

@Mletter1
Copy link
Collaborator

added to docker image and dev/prod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants