robotpy / mostrobotpy

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

Pin robotpy-build version #15

Closed TheTripleV closed 10 months ago

virtuald commented 10 months ago

The individual packages already do this.

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