Message298227
| Author |
Tim.Graham |
| Recipients |
Tim.Graham, rhettinger, scoder, serhiy.storchaka, skrah, vstinner |
| Date |
2017年07月12日.15:41:29 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1499874089.52.0.274087131386.issue29464@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Hi, I observed an error while trying to install numpy after 6969eaf4682beb01bc95eeb14f5ce6c01312e297.
gcc: numpy/random/mtrand/mtrand.c
numpy/random/mtrand/mtrand.c: In function ‘__Pyx_PyCFunction_FastCall’:
numpy/random/mtrand/mtrand.c:44374:5: error: too many arguments to function ‘(struct PyObject * (*)(struct PyObject *, struct PyObject **, Py_ssize_t))meth’
return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
^
Is this a bug in Python or does it need to be fixed in numpy? |
|