pycroscopy / stemtool

A single package for analyzing atomic resolution STEM, 4D-STEM and STEM-EELS datasets, along with basic STEM simulation functionality
MIT License
16 stars 3 forks source link

No module named 'nptyping' #3

Open Mona-MengLi opened 8 months ago

Mona-MengLi commented 8 months ago

File ~/anaconda3/lib/python3.9/site-packages/stemtool/afit/atom_positions.py:11, in 9 from tqdm.auto import trange 10 from typing import Any, Tuple, Union ---> 11 from nptyping import NDArray, Shape, Int, Float, Bool, Complex 14 def remove_close_vals(input_arr, limit): 15 result = np.copy(input_arr)

ModuleNotFoundError: No module named 'nptyping'

dxm447 commented 4 months ago

Hi @Mona-MengLi Can you do conda install conda-forge::nptyping in the environment? I will add that as a dependency