Skip to content
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 Pandas 0.25.1 #21

Closed
calebjordan opened this issue Jan 28, 2020 · 5 comments
Closed

incompatible with Pandas 0.25.1 #21

calebjordan opened this issue Jan 28, 2020 · 5 comments
Assignees
Labels

Comments

@calebjordan
Copy link

During do_EPR_analysis()

AttributeError: module 'pandas.compat' has no attribute 'StringIO'

https://stackoverflow.com/questions/58372475/attributeerror-module-pandas-compat-has-no-attribute-iteritems

Just a heads up!

@zlatko-minev
Copy link
Owner

Oh! This is a change in the new version? Thanks for pointing this out. Do you have a solution?

@calebjordan
Copy link
Author

Downgrading to 0.24.2 worked for now.

@zlatko-minev
Copy link
Owner

I updated the readme for now, thanks! Let me know if you run into other issues. The master branch will soon turn into an official v0.8 with a pip install and online docs.

DanielCohenHillel added a commit to DanielCohenHillel/pyEPR that referenced this issue May 5, 2020
pandas.compat is private in the newer versions of pandas so you cant use pandas.compat.StringIo. I used the io library instead which provides a similar functionality.
@DanielCohenHillel
Copy link
Collaborator

I've just made a commit to fix this, please check if it solves your problem😀

zlatko-minev added a commit that referenced this issue May 6, 2020
Fixed issue #21 incompatible with pandas 0.25.1
@zlatko-minev
Copy link
Owner

Nice, Pandas is now at v1 so this is good to close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants