miepy icon indicating copy to clipboard operation
miepy copied to clipboard

Difficulties Installing Miepy on Midway2

Open tjpleasant opened this issue 4 years ago • 1 comments

Hi John,

I've been having trouble with installing on midway2.

Both with conda image

and pip image

Any suggestions?

Thank you, Tyler

PS: I saw you recommended this, by the way, but it fails even the first of those commands. conda install -c conda-forge quaternion conda install -c moble spherical_functions pip install miepy

tjpleasant avatar May 31 '21 23:05 tjpleasant

Don't bother with the conda install of MiePy, just use the pip method. There shouldn't be any problem in a fresh conda environment. You can always make a new one, for example:

conda create --prefix=/scratch/midway2/$USER/my_env python=3.8
source activate /scratch/midway2/$USER/my_env

spherical_functions is available through the conda-forge channel, don't use moble channel:

conda install -c conda-forge quaternion
conda install -c conda-forge spherical_functions
pip install miepy

P.S. you might want to migrate to Midway3

johnaparker avatar Jun 05 '21 16:06 johnaparker