attify / firmware-analysis-toolkit

Toolkit to emulate firmware and analyse it for security vulnerabilities
MIT License
1.29k stars 251 forks source link

"python-pip candidate not available" error while installing. #56

Open shaaa9 opened 3 years ago

shaaa9 commented 3 years ago

Package python-pip 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-pip

E: Package 'python-pip' has no installation candidate

extremecoders-re commented 3 years ago

This is a known issue. Python2 has been removed from Ubuntu 20.04. However we cannot switch to 20.04 yet. Some dependencies rely on Python 2.

Please check https://github.com/attify/firmware-analysis-toolkit/issues/50#issuecomment-667496219

h2th3k commented 3 years ago

Same issue spotted. Any way around this?