robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
11 stars 14 forks source link

Pin robotpy-build version #15

Closed TheTripleV closed 1 year ago

virtuald commented 1 year ago

The individual packages already do this.

TheTripleV commented 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.

virtuald commented 1 year ago

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.