Nathan Logan
Results
2
comments of
Nathan Logan
The workaround from #211 solved this problem for me.
I had this problem, I ended up adding a symlink for `/usr/bin/python3` and it installed after that. ``` sudo ln -fs /usr/bin/python3 /usr/bin/python ```