-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed building wheel for mpi4py #93
Comments
Did you install ambertools and compilers as indicated in amber documentation? The installation of |
Yes. I tried to install gmx_mmpbsa after ambertools 21 installation as
indicated.
Cesar
On Sat 20 Nov 2021 at 21:44 Mario Sergio Valdés Tresanco < ***@***.***> wrote:
Did you install ambertools and compilers as indicated in amber
documentation?
The installation of mpi4py must be done before compilers because this
package modifies the mpi4py compilation environment.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWTBV5PGUSKSJL2B7FHHVQLUNBTKJANCNFSM5IOVOOHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
############################
César Millán Pacheco
Facultad de Farmacia
Universidad Autonoma del Estado de Morelos
Tel: 777 3297020
Fax: 777 3207040
email: ***@***.***
***@***.***
|
Follow these steps and tell me if it was resolved:
Make sure you have the correct Cheers! |
Thank you, that does the trick.
Best,
Cesar
############################
César Millán Pacheco
Facultad de Farmacia
Universidad Autonoma del Estado de Morelos
Tel: 777 3297020
Fax: 777 3207040
email: ***@***.***
***@***.***
…On Sat, Nov 20, 2021 at 10:16 PM Mario Sergio Valdés Tresanco < ***@***.***> wrote:
Follow these steps and tell me if it was resolved:
- Uninstall the compilers package (conda remove compilers)
- Install mpi4py (conda install -c conda-forge mpi4py)
- install compilers (conda install -c conda-forge compilers)
- install gmx_MMPBSA (python -m pip install gmx_MMPBSA)
Make sure you have the correct conda environment active
Cheers!
Mario S
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWTBV5NJSFAM3LIOW44APRLUNBXB3ANCNFSM5IOVOOHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi everyone,
I'm trying to install gmx_MMPBSA on a centos machine using:
amber.python -m pip install gmx_MMPBSA
unfortunately, i got the following error:
###################################
/home/cmp/software/amber20_src/build/CMakeFiles/miniconda/install/compiler_compat/ld: _configtest.c:(.text.startup+0x1a): undefined reference to `MPI_Finalize'
collect2: error: ld devolvi? el estado de salida 1
failure.
removing: _configtest.c _configtest.o
error: Cannot link MPI programs. Check your configuration!!!
ERROR: Failed building wheel for mpi4py
Failed to build mpi4py
ERROR: Could not build wheels for mpi4py which use PEP 517 and cannot be installed directly
###################################
Does anyone know how to fix this error?
I really appreciated.
Cesar
The text was updated successfully, but these errors were encountered: