You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @deepanshi-s - I unfortunately do not have a tested environment for Windows.
I don't think you actually need the entire library (Mayavi is only used for a single script made to visualize the S2 distribution). If that's the case, you'll only need to install: numpy, pylab, matplotlib, mrcfile, csv, itertools (the readme also explains how to install the non-anaconda packages)
However, to get the Mayavi framework running, you should be able to get the packages required via the following:
Create environment: conda create --no-default-packages -n YourEnvName python=2.7
Open environment first before installing packages inside: conda activate YourEnvName
Install packages into environment:
I am trying to run this code on my system with windows. Can you please provide the windows file to create a condo virtual environment?
The text was updated successfully, but these errors were encountered: