-
Notifications
You must be signed in to change notification settings - Fork 44
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
rpy2 cffi failure #186
Comments
Note that the issue seems restricted to using rpy2 with ccffic'c ABI mode. Using it through the API mode is still working with |
Thanks for pointing this out @lgautier ! So that would also work. (I did not check in sufficient detail, just took, time-constrained, the first fix that worked.) |
rpy2 will try to use the API mode (more stable and recommended, from the In time, some of the performance lost with rpy2's move from C-extension to |
|
thanks for the update! we'll give it a try asap. |
There seems to be a misbehavior of cffi 1.13.0, see https://bitbucket.org/rpy2/rpy2/issues/591/runtimeerror-found-a-situation-in-which-we
and conda-forge/rpy2-feedstock#35.
Until that is resolved, we require
cffi==1.12.2
in .travis_pip_reqs (please also do that when using the R simulators in practice), but should undo that again as soon as the situation is resolved.The text was updated successfully, but these errors were encountered: