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
When i try to run ./install cmd for installing MHN.. i got this error
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
The text was updated successfully, but these errors were encountered:
...
...
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
root@mhn-deployment-2004:/opt/mhn#
For what it's worth, I switched to python3-pip in my fork of MHN and haven't noticed any issues... yet. The install scripts can be altered to forcefully install Python 2/pip for Python 2 on newer versions of Ubuntu. That will have to come as time allows. PR's are welcome and encouraged.
When i try to run ./install cmd for installing MHN.. i got this error
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
The text was updated successfully, but these errors were encountered: