Hi! About a month ago, I ran the "Hello Jevois" example on both host and platform successfully. After figuring out the machine vision algorithm, now I would like to integrate it with the Jevois camera. However, when I tried to run the example again in host, I have seen the following error:
CMake Error at CMakeLists.txt:30 (include):
include could not find load file: jevois_config
CMake Error at CMakeLists.txt:31 (include):
include could not find load file: Jevois
CMake Error at CMakeLists.txt:35 (jevois_project_set_flags):
Unknown CMake command "jevois_project_set_flags".
-- Configuring incomplete, errors occurred!
I am new to Cmake and I did not find an appropriate answer online. Then I did maybe a silly thing which deleted and reinstalled everything, including all the source code and also the Jevois developer software. However when I tried to reinstall the software in Ubuntu 16.04 (
https://jevois.usc.edu/), the following error occurred:
-After typing "sudo apt update":
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error:
http://packages.microsoft.com/repos/vscode stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
W: GPG error:
https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
E: The repository '
https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to stat /var/lib/apt/lists/partial/jevois.usc.edu_apt_dists_xenial_InRelease - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/jevois.usc.edu_apt_dists_xenial_main_binary-amd64_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
E: Failed to stat /var/lib/apt/lists/partial/jevois.usc.edu_apt_dists_xenial_main_binary-i386_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)
W: Duplicate sources.list entry
https://jevois.usc.edu/apt xenial Release
-After typing "apt install jevois-sdk-dev":
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jevois-sdk-dev : Depends: jevois-sdk (>= 1.8.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have seen someone posting on the forum for similar problems, is it still a bug or? Many thanks in advance!