-
Notifications
You must be signed in to change notification settings - Fork 26
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
KeyError: 'columns' #59
Comments
Yea sorry there are some compatibility issues with recent versions of I also haven't tested this on the latest version of R so I can't guarantee it'll work on R >= 4.0 |
@leichtle You can also try installing from the
|
Should not be an issue on upcoming releases, but add a slightly more informative error message |
Dear Eshin Jolly,
Running
pymer4
on OS X withpython 3.8.2
,pandas 1.0.3
, andrpy2 3.3.2
as well asR 4.0.0
,lme4_1.1-23
, andlmerTest_3.1-2
, I can execute the linear modeling example without error:However, the multilevel model throws an error:
This is the error message:
Seems to me like a
rpy2
version issue, maybe something for an updatedpymer4
version.Kind regards, Alex
The text was updated successfully, but these errors were encountered: