-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
[Question]: I am not able to install gmxmmpbsa on ubuntu 2024. #517
Comments
What version of pandas are you trying to install? |
I'm having the same problem:
Was able to resolve by running |
Probably this pandas version ends in an error. Please, try to install the 1.2.2 |
Panda 1.2.2 still is not working. please give some way out of it.
…On Fri, Jul 5, 2024 at 9:42 AM Mario Sergio Valdés Tresanco < ***@***.***> wrote:
Probably this pandas version ends in an error. Please, try to install the
1.2.2
—
Reply to this email directly, view it on GitHub
<#517 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJVBG5NG6RVU3UQS6RXNQD3ZKYMLXAVCNFSM6AAAAABKLVBD26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGA4TQMJYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@denizkavi, @AKR845 I don't know why this is happening, but this configuration works for me conda create -n gmxMMPBSA python=3.9 -y -q
conda activate gmxMMPBSA conda install -c conda-forge "mpi4py<=3.1.5" "ambertools<=23.3" -y -q python -m pip install "numpy==1.22.3" "pandas==1.2.2" "pyqt6<=6.6.1" Please, let me know if this works for you |
No this is not working. Still getting same error. `pandas/_libs/src/ujson/python/JSONtoObj.c:319:31: warning: passing argument 1 of ‘PyArray_SETITEM’ from incompatible pointer type [-Wincompatible-pointer-types] note: This error originates from a subprocess, and is likely not a problem with pip. |
Hi all, I installed gmx_MMPBSA on my laptop (Ubuntu) a month ago using the method of conda and the .yml file. It was smooth and successful. Yesterday, I tried to install the tool on my PC at work and I got the exact error reported in this issue. I tried the newly suggested method (above) and it didn't work. |
Please, try to create a conda environment using Python 3.9 as the base. |
I did but still get this: (gmxMMPBSA) jameel@users-Precision-3460:~$ python -m pip install "numpy==1.22.3" "pandas==1.2.2" "pyqt6<=6.6.1" |
This solution has worked for me, with the exception of the numpy version being 1.23 for compatibility with other packages. |
Hi @fgrcampos, I did followed the steps and (gmxMMPBSA) shirehorse@shirehorse-Precision-3460:~/Downloads$ gmx_MMPBSA |
Hi everyone, I just used the following commands, and I finally got an old version 1.5.0.3 (Feb. 2022). But it is working. I have just done MMGBSA calculations for a complex.
Even though the last command is supposed to install the 1.6.3 version (as the conda page claims), but it doesn't actually. Don't try to update the tool via because you will end up with the error of which this issue was created for. |
I used the method you proposed, but yet I have problem. after following command, the gmx_mmpbsa: gmx_mmpbsa: command not found |
Last week I followed the installation process provided by the developers and it was installed properly without any problems. |
The problem is resolved.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Jameel Abduljalil ***@***.***>
Sent: Monday, February 10, 2025 12:46:40 AM
To: Valdes-Tresanco-MS/gmx_MMPBSA ***@***.***>
Cc: hanahg ***@***.***>; Comment ***@***.***>
Subject: Re: [Valdes-Tresanco-MS/gmx_MMPBSA] [Question]: I am not able to install gmxmmpbsa on ubuntu 2024. (Issue #517)
Last week I followed the installation process provided by the developers and it was installed properly without any problems.
—
Reply to this email directly, view it on GitHub<#517 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5LF6ZADDHOLAQ3RSLHIDT2O7SGBAVCNFSM6AAAAABWZGYWS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGY2TSMZQGU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
My Question is...
/tmp/pip-build-env-8i30r4s1/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarrayobject.h:139:62: note: in definition of macro ‘PyArray_GETPTR1’ 139 | (i)*PyArray_STRIDES(obj)[0])) | ^~~ /tmp/pip-build-env-8i30r4s1/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1526:38: note: expected ‘const PyArrayObject *’ {aka ‘const struct tagPyArrayObject_fields *’} but argument is of type ‘PyObject *’ {aka ‘struct _object *’} 1526 | PyArray_STRIDES(const PyArrayObject *arr) | ~~~~~~~~~~~~~~~~~~~~~^~~ pandas/_libs/src/ujson/python/JSONtoObj.c:319:31: warning: passing argument 1 of ‘PyArray_SETITEM’ from incompatible pointer type [-Wincompatible-pointer-types] 319 | PyArray_SETITEM(npyarr->ret, item, value) == -1) { | ~~~~~~^~~~~ | | | PyObject * {aka struct _object *} /tmp/pip-build-env-8i30r4s1/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarrayobject.h:292:32: note: expected ‘PyArrayObject *’ {aka ‘struct tagPyArrayObject_fields *’} but argument is of type ‘PyObject *’ {aka ‘struct _object *’} 292 | PyArray_SETITEM(PyArrayObject *arr, char *itemptr, PyObject *v) | ~~~~~~~~~~~~~~~^~~ error: command '/usr/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pandas Failed to build pandas
The text was updated successfully, but these errors were encountered: