You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the scalapy package but I get a problem just after installation.
I totally follow the installation instruction in my virtual environment in conda. However, when I want to used the package by typing "import scalapy", the error shows as below:
"mpi4py.MPI.Status has the wrong size, try recompiling. Expected 40, got 48"
I think it is due to incomplete installation and I found several lines in red (BOLD) during installation:
"
....
copying scalapy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents...
scalapy.pycache.mpi3util.cpython-36: module references file
scalapy.pycache.blacs.cpython-36: module references file
scalapy.lowlevel.pycache.redist.cpython-36: module references file
scalapy.lowlevel.pycache.scalapack.cpython-36: module references file
scalapy.lowlevel.pycache.pblas.cpython-36: module references file
....
"
I guess it is a problem during installation but I don't know how to fix it.
Best,
Xiaoyu Chen
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use the scalapy package but I get a problem just after installation.
I totally follow the installation instruction in my virtual environment in conda. However, when I want to used the package by typing "import scalapy", the error shows as below:
"mpi4py.MPI.Status has the wrong size, try recompiling. Expected 40, got 48"
I think it is due to incomplete installation and I found several lines in red (BOLD) during installation:
"
....
copying scalapy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
scalapy.pycache.mpi3util.cpython-36: module references file
scalapy.pycache.blacs.cpython-36: module references file
scalapy.lowlevel.pycache.redist.cpython-36: module references file
scalapy.lowlevel.pycache.scalapack.cpython-36: module references file
scalapy.lowlevel.pycache.pblas.cpython-36: module references file
....
"
I guess it is a problem during installation but I don't know how to fix it.
Best,
Xiaoyu Chen
The text was updated successfully, but these errors were encountered: