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

puzzling pkl #60

Open
favorov opened this issue May 19, 2019 · 0 comments
Open

puzzling pkl #60

favorov opened this issue May 19, 2019 · 0 comments

Comments

@favorov
Copy link

favorov commented May 19, 2019

Hi Kamil,
first of all. thank you for the package!

I got a problem with an attached pickle, it would be great if is solved.
I am trying to read tracer (https://github.com/Teichlab/tracer) output.
The file is attached. I get the following:
Error decoding : Unknown opcode 98 (b) at position 455: 'b'

Go version 1.9.* and the result is the same in Win64 and in openSUSE.

Actually, it is a strange pickle,
I cannot read it from a python script anywhere outside tracer's docker container.
The python3 inside the container reads it with usual
fname='test.pkl'
with open(fname,"rb") as f:
data=pickle.load(f)

test.zip

Thank you!
Cheers,
Sasha.

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

1 participant