Replies: 1 comment
-
Hello viotSu, Can you share your version of modules such as numpy, scipy, and so on? Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed simple-NN_v2 and compiled lammps. Every steps worked, but when I try to test
I have the following message
dazzler:Nextcloud/SIMPLE-NN/test_installation$ sh run.sh ~/lammps/build/lmp
Test is going on...
Traceback (most recent call last):
File "/users/lptl/viot/Nextcloud/SIMPLE-NN/test_installation/run.py", line 1, in
from simple_nn import run
File "/users/lptl/viot/.local/lib/python3.9/site-packages/simple_nn-2.0.0-py3.9-linux-x86_64.egg/simple_nn/init.py", line 1, in
from simple_nn.simple_nn import run
File "/users/lptl/viot/.local/lib/python3.9/site-packages/simple_nn-2.0.0-py3.9-linux-x86_64.egg/simple_nn/simple_nn.py", line 8, in
from simple_nn.features import preprocess
File "/users/lptl/viot/.local/lib/python3.9/site-packages/simple_nn-2.0.0-py3.9-linux-x86_64.egg/simple_nn/features/init.py", line 5, in
from .preprocessing import preprocess
File "/users/lptl/viot/.local/lib/python3.9/site-packages/simple_nn-2.0.0-py3.9-linux-x86_64.egg/simple_nn/features/preprocessing.py", line 4, in
from sklearn.decomposition import PCA
File "/usr/lib64/python3.9/site-packages/sklearn/init.py", line 82, in
from .base import clone
File "/usr/lib64/python3.9/site-packages/sklearn/base.py", line 17, in
from .utils import _IS_32BIT
File "/usr/lib64/python3.9/site-packages/sklearn/utils/init.py", line 22, in
from .murmurhash import murmurhash3_32
File "sklearn/utils/murmurhash.pyx", line 1, in init sklearn.utils.murmurhash
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
SIMPLE-NN test is failed.
How to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions