You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried this script on a fresh installation of OSMC for Raspberry Pi 3 and it fails printing during execution the following message on the terminal:
Package python3-crypto is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-crypto' has no installation candidate
Despite this, I still get the "Installation finished!" dialog at the end. The script probably needs to be updated to reference another package, but I would also suggest implementing basic error handling so the user is properly made aware that something went wrong.
Thanks for your help,
GTP95
EDIT: maybe we need the python3-cryptography package instead?
The text was updated successfully, but these errors were encountered:
Unfortunately, after changing the package's name in the script, while the script appears to work now, the installation of the repository still fails: I get an error saying that the installation failed due to the file having a bad structure. Maybe also the link to the repo's zip file needs to be updated?
Greetings,
I just tried this script on a fresh installation of OSMC for Raspberry Pi 3 and it fails printing during execution the following message on the terminal:
Despite this, I still get the "Installation finished!" dialog at the end. The script probably needs to be updated to reference another package, but I would also suggest implementing basic error handling so the user is properly made aware that something went wrong.
Thanks for your help,
GTP95
EDIT: maybe we need the python3-cryptography package instead?
The text was updated successfully, but these errors were encountered: