-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Thank you for your great work. I found some problems during use. When I ran Austin_hail_damage_example.ipynb, I got an error when loading the model: ModuleNotFoundError: No module named 'numpy._core'
Package Version
absl-py 2.3.1
addict 2.4.0
affine 2.4.0
alabaster 1.0.0
asttokens 3.0.0
astunparse 1.6.3
attrs 25.3.0
babel 2.17.0
boto3 1.37.38
botocore 1.37.38
branca 0.8.1
cachetools 5.5.2
certifi 2025.8.3
cffi 1.17.1
cfgrib 0.9.15.0
charset-normalizer 3.4.3
click 8.2.1
click-plugins 1.1.1.2
cligj 0.7.2
colorama 0.4.6
comm 0.2.3
configparser 6.0.0
contourpy 1.3.2
cycler 0.12.1
debugpy 1.8.16
decorator 5.2.1
detecto 1.2.2
docutils 0.21.2
eccodes 2.43.0
exceptiongroup 1.2.2
executing 2.2.1
filelock 3.19.1
findlibs 0.1.2
fiona 1.10.1
flatbuffers 25.2.10
folium 0.18.0
fonttools 4.59.2
fsspec 2025.9.0
gast 0.4.0
geopandas 0.12.2
google-auth 2.40.3
google-auth-oauthlib 1.0.0
google-pasta 0.2.0
grpcio 1.74.0
h5py 3.14.0
idna 3.10
imageio 2.37.0
imagesize 1.4.1
importlib_metadata 8.7.0
iniconfig 2.1.0
ipykernel 6.30.1
ipython 8.37.0
jedi 0.19.2
Jinja2 3.1.6
jmespath 1.0.1
jupyter_client 8.6.3
jupyter_core 5.8.1
keras 2.13.1
kiwisolver 1.4.9
kornia 0.8.1
kornia_rs 0.1.9
lazy_loader 0.4
libclang 18.1.1
Markdown 3.9
markdown-it-py 4.0.0
MarkupSafe 3.0.2
matplotlib 3.7.2
matplotlib-inline 0.1.7
mdurl 0.1.2
mmcv 2.1.0
mmdet 3.3.0
mmengine 0.10.7
mpmath 1.3.0
nest_asyncio 1.6.0
networkx 3.4.2
numpy 1.24.3
oauthlib 3.3.1
opencv-python 4.10.0.84
opencv-python-headless 4.10.0.84
opt_einsum 3.4.0
packaging 25.0
pandas 2.0.2
parso 0.8.5
pickleshare 0.7.5
pillow 10.2.0
pip 25.2
platformdirs 4.4.0
pluggy 1.6.0
prompt_toolkit 3.0.52
protobuf 4.25.8
psutil 7.0.0
pure_eval 0.2.3
pyasn1 0.6.1
pyasn1_modules 0.4.2
pycocotools 2.0.10
pycparser 2.22
Pygments 2.19.2
pyparsing 3.0.9
pyproj 3.7.1
pytest 7.4.4
pytest-mock 3.15.0
python-dateutil 2.9.0.post0
pytz 2025.2
pywin32 311
PyYAML 6.0.2
pyzmq 27.0.2
rasterio 1.3.9
regex 2025.9.1
requests 2.32.3
requests-oauthlib 2.0.0
rich 14.1.0
rsa 4.9.1
s3transfer 0.11.5
scikit-image 0.25.2
scipy 1.15.3
setuptools 75.2.0
shapely 2.0.2
simplekml 1.3.6
six 1.17.0
snowballstemmer 3.0.1
snuggs 1.4.7
Sphinx 8.1.3
sphinx-rtd-theme 3.0.2
sphinxcontrib-applehelp 2.0.0
sphinxcontrib-devhelp 2.0.0
sphinxcontrib-htmlhelp 2.1.0
sphinxcontrib-jquery 4.1
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 2.0.0
sphinxcontrib-serializinghtml 2.0.0
stack_data 0.6.3
sympy 1.14.0
tensorboard 2.13.0
tensorboard-data-server 0.7.2
tensorflow 2.13.0
tensorflow-estimator 2.13.0
tensorflow-intel 2.13.0
tensorflow-io-gcs-filesystem 0.31.0
termcolor 3.1.0
terminaltables 3.1.10
tifffile 2025.5.10
tomli 2.2.1
torch 2.1.2
torchvision 0.16.2
tornado 6.5.2
tqdm 4.67.1
traitlets 5.14.3
typing_extensions 4.15.0
tzdata 2025.2
urllib3 2.5.0
wcwidth 0.2.13
Werkzeug 3.1.3
wheel 0.45.1
wrapt 1.17.3
xarray 2023.1.0
xyzservices 2025.4.0
yapf 0.43.0
zipp 3.23.0
This is my environment. I think the problem might lie with NumPy or PyTorch. Please give me some advice. Thank you very much.