Created
March 20, 2017 09:20
-
-
Save alvesjnr/ae403bc28eb9b4fe7270949f671f0c10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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