Skip to content

Instantly share code, notes, and snippets.

@alvesjnr
Created March 20, 2017 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvesjnr/ae403bc28eb9b4fe7270949f671f0c10 to your computer and use it in GitHub Desktop.
Save alvesjnr/ae403bc28eb9b4fe7270949f671f0c10 to your computer and use it in GitHub Desktop.
root@d2b55f66d8dd:/srv/jupyterhub_config# cd /tmp/luceda-packages/
root@d2b55f66d8dd:/tmp/luceda-packages# ls
ipkiss-311-packages-linux64 luceda_cst-0.1.2-py27_1.tar.bz2
root@d2b55f66d8dd:/tmp/luceda-packages# . activate py2
(py2) root@d2b55f66d8dd:/tmp/luceda-packages# conda install -n py2 luceda_cst-0.1.2-py27_1.tar.bz2
(py2) root@d2b55f66d8dd:/tmp/luceda-packages# python
Python 2.7.12 | packaged by conda-forge | (default, Sep 8 2016, 14:22:31)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from luceda_cst.model import CapheModelCST
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named luceda_cst.model
>>> from luceda_cst.link.export import simulation_to_cst
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named luceda_cst.link.export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment