I was trying to install Hyperledger Sawtooth as per below link but unlike the supported 16.04 version of Ubuntu, I'm using Ubuntu 18.04 LTS that was released earlier this month. Could you please share thoughts on how I can resolve this issue?
Warm Regards, Rishi
Rishi@Explorer-Ubuntu:~$ sudo apt-get install -y sawtooth Reading package lists... Done Building dependency tree Reading state information... Done 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: sawtooth : Depends: python3-sawtooth-cli but it is not going to be installed Depends: python3-sawtooth-intkey but it is not going to be installed Depends: python3-sawtooth-poet-cli but it is not going to be installed Depends: python3-sawtooth-poet-core but it is not going to be installed Depends: python3-sawtooth-poet-families but it is not going to be installed Depends: python3-sawtooth-poet-simulator but it is not going to be installed Depends: python3-sawtooth-rest-api but it is not going to be installed Depends: python3-sawtooth-sdk but it is not going to be installed Depends: python3-sawtooth-settings but it is not going to be installed Depends: python3-sawtooth-signing but it is not going to be installed Depends: python3-sawtooth-validator but it is not going to be installed Depends: python3-sawtooth-xo but it is not going to be installed E: Unable to correct problems, you have held broken packages. Rishi@Explorer-Ubuntu:~$ python3 --version Python 3.6.5