question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"old hickle version" error

See original GitHub issue

Hi! When running kitty_evaluate.py, I get this error:

  File "kitti_evaluate.py", line 50, in <module>
    test_generator = SequenceGenerator(test_file, test_sources, nt, sequence_start_mode='unique', data_format=data_format)
  File "...\prednet\data_utils.py", line 12, in __init__
    self.X = hkl.load(data_file)  # X will be like (n_images, nb_cols, nb_rows, nb_channels)
  File "...\virtual_envs\prednet_venv\lib\site-packages\hickle\hickle.py", line 523, in load
    raise RuntimeError("Cannot open file. This file was likely"
RuntimeError: Cannot open file. This file was likely created with Python 2 and an old hickle version.

I am using Python 3.6 because the readme said that version was supported. I’m going to try with 2.7 but I’m reporting this error in case you want to look into it

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:10

github_iconTop GitHub Comments

11reactions
LanaSinacommented, Apr 15, 2019

hkl files now available here: https://figshare.com/articles/KITTI_hkl_files/7985684 For other bugs, please make sure it’s really a bug and then open another issue ticket.

11reactions
LanaSinacommented, Mar 6, 2019

@kimna4 consider this a temporary solution, as I don’t know of a stable alternative to store it: https://drive.google.com/open?id=1KVXw6geQTw2IRTACG4MlwC8EA8OC1d-m

Read more comments on GitHub >

github_iconTop Results From Across the Web

loading hickle file(comes from python2) in python 3
This file was likely" RuntimeError: Cannot open file. This file was likely created with Python 2 and an old hickle version.
Read more >
hickle - PyPI
Hickle. Hickle is an HDF5 based clone of pickle , with a twist: instead of serializing to a pickle file, Hickle dumps to...
Read more >
pickle, hickle and HDF5 - shocksolution.com
The goal of “hickle” is to create a module that works like Python's pickle module but stores its data in the HDF5 binary...
Read more >
Hickle: A HDF5-based Python Pickle Replacement - Morioh
Hickle is an HDF5 based clone of pickle , with a twist: instead of serializing to a pickle file, Hickle dumps to an...
Read more >
Memorial placed to honor, remember Girl Scouts and mother
LAKE HALLIE — Judy Schneider lost her 32-year-old daughter, Sara Jo Schneider, and her 10-year-old granddaughter, Haylee Hickle, four years ago today.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found