We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Hi @Mona-MengLi Can you do conda install conda-forge::nptyping in the environment? I will add that as a dependency
conda install conda-forge::nptyping
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: