google-coral / pycoral

Python API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
351 stars 145 forks source link

error while cloning the repo/submodules #16

Closed Elfe closed 3 years ago

Elfe commented 3 years ago

Hi,

when following the compilation instructions on https://github.com/google-coral/pycoral the first step already fails.

LANG=C git clone --recurse-submodules https://github.com/google-coral/pycoral
Cloning into 'pycoral'...
remote: Enumerating objects: 206, done.
remote: Counting objects: 100% (206/206), done.
remote: Compressing objects: 100% (151/151), done.
remote: Total 206 (delta 46), reused 198 (delta 41), pack-reused 0
Receiving objects: 100% (206/206), 2.88 MiB | 4.38 MiB/s, done.
Resolving deltas: 100% (46/46), done.
Submodule 'libcoral' (https://github.com/google-coral/libcoral) registered for path 'libcoral'
Submodule 'libedgetpu' (https://github.com/google-coral/libedgetpu) registered for path 'libedgetpu'
Submodule 'test_data' (https://github.com/google-coral/test_data) registered for path 'test_data'
Cloning into '/mnt/tmpfs/pycoral/libcoral'...
remote: Enumerating objects: 215, done.        
remote: Counting objects: 100% (215/215), done.        
remote: Compressing objects: 100% (183/183), done.        
remote: Total 215 (delta 26), reused 211 (delta 25), pack-reused 0        
Receiving objects: 100% (215/215), 8.73 MiB | 8.03 MiB/s, done.
Resolving deltas: 100% (26/26), done.
Cloning into '/mnt/tmpfs/pycoral/libedgetpu'...
remote: Enumerating objects: 567, done.        
remote: Counting objects: 100% (567/567), done.        
remote: Compressing objects: 100% (302/302), done.        
remote: Total 567 (delta 293), reused 531 (delta 260), pack-reused 0        
Receiving objects: 100% (567/567), 515.33 KiB | 1.58 MiB/s, done.
Resolving deltas: 100% (293/293), done.
Cloning into '/mnt/tmpfs/pycoral/test_data'...
remote: Enumerating objects: 203, done.        
remote: Total 203 (delta 0), reused 0 (delta 0), pack-reused 203        
Receiving objects: 100% (203/203), 480.93 MiB | 11.71 MiB/s, done.
Resolving deltas: 100% (51/51), done.
fatal: remote error: upload-pack: not our ref 8b21123c74d1f19c94b9d37aa16b26b80ef5e83b
Fetched in submodule path 'libcoral', but it did not contain 8b21123c74d1f19c94b9d37aa16b26b80ef5e83b. Direct fetching of that commit failed.
dmitriykovalev commented 3 years ago

Thank you for reporting this! There was missing commit to libcoral. Everything should work now.