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

Open Pickle file #2

Open
EskreisWinkler opened this issue May 13, 2019 · 2 comments
Open

Open Pickle file #2

EskreisWinkler opened this issue May 13, 2019 · 2 comments

Comments

@EskreisWinkler
Copy link

EskreisWinkler commented May 13, 2019

I am having trouble opening the benchmark data in the pickle file.

Is it anything beyond:

f = open('CommunityFitNet.pickle', 'rb')
out = pkl.load(f)

or

pkl.load( open( 'CommunityFitNet.pickle', 'rb' ) )

?
I keep getting an error of "ImportError: No module named managers" But I don't know what module this could be referring to? Could you please help??

@Aghasemian
Copy link
Owner

Thanks for catching it up, Jonathan. This issue is related to the pandas version. The version that loads the pickle file perfectly is " 0.24.* ".

@Aghasemian
Copy link
Owner

Aghasemian commented Sep 15, 2019

The previous version issue is fixed now and the data can be loaded with the following pickle formats ['1.0', '1.1', '1.2', '1.3', '2.0', '3.0', '4.0']. Please let me know if there is still any problem.

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

No branches or pull requests

2 participants