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

No module named 'nptyping' #3

Open
Mona-MengLi opened this issue Jan 11, 2024 · 1 comment
Open

No module named 'nptyping' #3

Mona-MengLi opened this issue Jan 11, 2024 · 1 comment

Comments

@Mona-MengLi
Copy link

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
Copy link
Collaborator

dxm447 commented Apr 30, 2024

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

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