PyMeep conda packages are currently available for python 2.7 and 3.6 on Linux (tested on Debian Jessie and Ubuntu Xenial).
Note that PyMeep is still in its development stages, and should be considered alpha software. The conda packages are subject to change at any time. Installation instructions are below, and the latest can be found here: https://gist.github.com/ChristopherHogan/c22bb7cc7248f7595c4b09d0e3b16735 1. Install Miniconda (https://conda.io/miniconda.html) 2. Make sure the Miniconda 'bin' directory is first on your PATH: `export PATH=<miniconda_install_root>bin:$PATH` 3. Create a conda environment named "pm" (you can name this anything) that includes pymeep and all its dependencies. `conda create -n pm -c chogan pymeep` 4. Activate the environment. `source activate pm` That's it. If you experience any problems, make sure your PYTHONPATH is unset, and LD_LIBRARY_PATH doesn't point to any meep libraries. Chris
_______________________________________________ meep-discuss mailing list meep-discuss@ab-initio.mit.edu http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss