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
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
I updated my version of Raspbian to Debian11 (Bullseye) which was just released. When I run the "install-deps.sh" script, I get an error saying:
Package python3-pysocks 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
However the following packages replace it:
python3-socks
Package libttspico-utils 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-pysocks' has no installation candidate
E: Package 'libttspico-utils' has no installation candidate
From looking at the following link: #119
It looks like something like this has happened before for stretch, but i am struggling to do the same work around suggested.
Has anyone encountered the same issue? And if so, do you know the best way to work around this?
The text was updated successfully, but these errors were encountered:
I updated my version of Raspbian to Debian11 (Bullseye) which was just released. When I run the "install-deps.sh" script, I get an error saying:
Package python3-pysocks 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
However the following packages replace it:
python3-socks
Package libttspico-utils 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-pysocks' has no installation candidate
E: Package 'libttspico-utils' has no installation candidate
From looking at the following link:
#119
It looks like something like this has happened before for stretch, but i am struggling to do the same work around suggested.
Has anyone encountered the same issue? And if so, do you know the best way to work around this?
The text was updated successfully, but these errors were encountered: