Closed TheTripleV closed 1 year ago
The problem is that the setup.py in each package import robotpy_build, which it can't do if it's not installed. I had to manually install robotpy_build after cloning this repo when I first tried this. So rdev should be smart enough to install the correct version of robotpy_build.
There is already a install_build_deps function in Subproject that can be used, but only CI currently does that. I don't know whether it would make more sense to add it as part of the develop command or as a separate build-deps command.
The individual packages already do this.