Lee Henderson
Lee Henderson
I borrowed this bit `python3 -m pip install -U build[virtualenv]` from https://github.com/pypa/packaging-problems/issues/505#issuecomment-832337415 and I think that unblocked me for the moment. Now dealing with a permissions error when build tries...
`sudo python3 -m build` worked now, but I'm left feeling kind of confused. Can someone help me understand why I was required to sudo the command when the tutorial didn't...
@layday thanks for doing the troubleshooting and giving me some solutions. Really appreciate it!