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 got this error when installing mdanalysis in master branch. Tested with python2.7 and there is no problem. But I got the error with src/KDTree/KDTree.swig.cpp code for python3.4. Something like
src/KDTree/KDTree.swig.cpp: In function âvoid SWIG_Python_AddErrorMsg(const char*)â:
src/KDTree/KDTree.swig.cpp:877:58: error: âPyString_AsStringâ was not declared in this scope
PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
^
src/KDTree/KDTree.swig.cpp: In function âPySwigClientData* PySwigClientData_New(PyObject*)â:
src/KDTree/KDTree.swig.cpp:1268:26: error: âPyClass_Checkâ was not declared in this scope
if (PyClass_Check(obj)) {
The text was updated successfully, but these errors were encountered:
Hi guys,
I got this error when installing mdanalysis in master branch. Tested with python2.7 and there is no problem. But I got the error with src/KDTree/KDTree.swig.cpp code for
python3.4
. Something likeThe text was updated successfully, but these errors were encountered: