-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I'm trying to build it with Cargo, but I get the following error message:
(base) thomasthomopoulos@Mini-de-Thomas junocam_processing % cargo build
Updating crates.io index
error: failed to get sciimg as a dependency of package junocam_processing v0.1.0 (/Users/thomasthomopoulos/junocam_processing)
Caused by:
failed to load source for dependency sciimg
Caused by:
Unable to update /Users/thomasthomopoulos/junocam_processing/sciimg
Caused by:
failed to read /Users/thomasthomopoulos/junocam_processing/sciimg/Cargo.toml
Caused by:
No such file or directory (os error 2)
Would you have a solution for the sciimg file, because it seems that using Git I can't get the file.
(base) thomasthomopoulos@Mini-de-Thomas junocam_processing % git clone --recursive https://github.com/kmgill/junocam_processing.git
It tells me that :
Cloning into 'junocam_processing'...
remote: Enumerating objects: 504, done.
remote: Counting objects: 100% (504/504), done.
remote: Compressing objects: 100% (321/321), done.
remote: Total 504 (delta 315), reused 352 (delta 169), pack-reused 0
Receiving objects: 100% (504/504), 18.44 MiB | 17.63 MiB/s, done.
Resolving deltas: 100% (315/315), done.
Submodule 'sciimg' (git@github.com:kmgill/sciimg.git) registered for path 'sciimg'
Cloning into '/Users/thomasthomopoulos/junocam_processing/junocam_processing/sciimg'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:kmgill/sciimg.git' into submodule path '/Users/thomasthomopoulos/junocam_processing/junocam_processing/sciimg' failed
Failed to clone 'sciimg'. Retry scheduled
Cloning into '/Users/thomasthomopoulos/junocam_processing/junocam_processing/sciimg'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:kmgill/sciimg.git' into submodule path '/Users/thomasthomopoulos/junocam_processing/junocam_processing/sciimg' failed
Failed to clone 'sciimg' a second time, aborting
Thanks
Thomas