Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difficulties Installing Miepy on Midway2 #15

Open
tjpleasant opened this issue May 31, 2021 · 1 comment
Open

Difficulties Installing Miepy on Midway2 #15

tjpleasant opened this issue May 31, 2021 · 1 comment

Comments

@tjpleasant
Copy link
Contributor

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

@johnaparker
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants