Skip to content

libctl version conflict in freshly installed conda package? #1961

Answered by oskooi
wbogaert asked this question in Q&A
Discussion options

You must be logged in to vote

I just tested the PyMeep Conda package (version 1.22) on a fresh c5.large instance on AWS EC2 running Ubuntu 18.04 (ami-0e472ba40eb589f49) and it seems to be running fine.

Here are the exact set of commands I used:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.6 LTS
Release:	18.04
Codename:	bionic

$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
$ bash miniconda.sh -b
$ export PATH="/home/ubuntu/miniconda3/bin:${PATH}"
$ conda create -n pmp -c conda-forge pymeep=*=mpi_mpich_* pymeep-extras
$ conda init bash
$ . .bashrc
$ conda activate pmp

$ git clone https://github.com/NanoComp/meep.git
$ cd m…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wbogaert
Comment options

@wbogaert
Comment options

@oskooi
Comment options

@wbogaert
Comment options

Answer selected by wbogaert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants