fastsetup
fastsetup copied to clipboard
E: Package python has no installation candidate
facing "E: Package python has no installation candidate" issue while running sudo ./ubuntu-wsl.sh
I have the same issue, is there a fix around it?
I think I've changed python to python3 in ubuntu-wsl.sh script
I have the same problem. How do you change the python to python3 like you propose BMukhtar?
I think I've changed python to python3 in ubuntu-wsl.sh script
So can you suggest a workaround?
Changing line 23 from apt-fast -qy install python
to apt-fast -qy install python3
worked for me.
Same issue, likewise solved by changing from python to python3 as suggested / thanks.
Workaround fixes the problem also for me, thanks.