fastsetup icon indicating copy to clipboard operation
fastsetup copied to clipboard

E: Package python has no installation candidate

Open BMukhtar opened this issue 2 years ago • 7 comments

facing "E: Package python has no installation candidate" issue while running sudo ./ubuntu-wsl.sh

image

BMukhtar avatar Feb 13 '23 00:02 BMukhtar

I have the same issue, is there a fix around it?

Djeylani avatar Apr 21 '23 00:04 Djeylani

I think I've changed python to python3 in ubuntu-wsl.sh script

BMukhtar avatar Apr 21 '23 05:04 BMukhtar

I have the same problem. How do you change the python to python3 like you propose BMukhtar?

thomasverlinde avatar May 19 '23 21:05 thomasverlinde

I think I've changed python to python3 in ubuntu-wsl.sh script

So can you suggest a workaround?

idum avatar Jun 08 '23 14:06 idum

Changing line 23 from apt-fast -qy install python to apt-fast -qy install python3 worked for me.

vraman23 avatar Jun 11 '23 19:06 vraman23

Same issue, likewise solved by changing from python to python3 as suggested / thanks.

jalkestrup avatar Jun 15 '23 09:06 jalkestrup

Workaround fixes the problem also for me, thanks.

idum avatar Jun 15 '23 10:06 idum