-
Notifications
You must be signed in to change notification settings - Fork 138
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
incompatible with latest pandas #621
Comments
I also encountered this. |
How to fix it ? Is there a resolution |
Seeing as the build and docs are broken and it hasn't been updated in many months...seems like development has stalled. |
I found a fix. In odo/backends/pandas.py line 94, change |
PR was accepted and merged some time ago:
#546
The problem with odo is that no one is preparing releases with the latest
code.
…On Sat, Apr 20, 2019 at 4:02 PM RYoung ***@***.***> wrote:
I found a fix. In odo/backends/pandas.py line 94, change pd.tslib.NaTType
to type(pd.NaT).
Should I make a pull request?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#621 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACIRNRZWVBGLOCE3W2KKYTPRNZGRANCNFSM4GX3IOPA>
.
|
@timcera yes, If you install the git version, it's working just fine. |
I was able to import after making the change, thanks!! |
@cpcloud @llllllllll Are there any maintainers who could make a new release? |
Building Python 3.7.4 with odo-0.5.0
|
|
When importing this using pandas 0.24 versions, this error occurs:
The text was updated successfully, but these errors were encountered: