Matix-Media / PickleViewer

A simple tool to create and read pickle files.
https://www.matix-media.de/PickleViewer
MIT License
44 stars 11 forks source link

No module named 'numpy.random.common' #3

Closed Raazzta closed 4 years ago

Raazzta commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'run app'
  2. Click on 'choose menu File - Open Pickle File'
  3. Scroll down to '-'
  4. See error

Expected behavior After open pickle file, I want to see the content of file.

Screenshots If applicable, add screenshots to help explain your problem image .

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Matix-Media commented 4 years ago

you can send the file you wanted to open?

Raazzta commented 4 years ago

https://github.com/noureldien/videograph/blob/master/data/epic_kitchens/annotation/video_names_splits.pkl

Matix-Media commented 4 years ago

So you used a not default object in the file?

Raazzta commented 4 years ago

That's not my work actually

Matix-Media commented 4 years ago

okay, I take a look when I'm back at home

alfredlu0221 commented 4 years ago

I also encounter this issue, but may error log is No module named 'Pandas'

Matix-Media commented 4 years ago

I know whats the error. I gonna patch this in the next update. The error is that the pickle files contain data from external packages that PickleViwer did not import. I'll see if I can fix the file reading.