Currently make install-dev of the ctcisar-hubmap branch of starfish does not make a working installation, as pyro still needs to be installed. While attempts were made to include this using the bundled requirements pipeline, a cross-platform solution was not found; ARM-based systems only have access to version 0.0.1, while AMD-based systems will not accept this as a version number.
However, this branch of starfish is currently only used within PIPEFISH, and we have addressed the installation of pyro-ppl within our own REQUIREMENTS.txt file, which builds independently for both ARM and AMD platforms.
Currently
make install-devof thectcisar-hubmapbranch of starfish does not make a working installation, aspyrostill needs to be installed. While attempts were made to include this using the bundled requirements pipeline, a cross-platform solution was not found; ARM-based systems only have access to version0.0.1, while AMD-based systems will not accept this as a version number.However, this branch of starfish is currently only used within PIPEFISH, and we have addressed the installation of
pyro-pplwithin our ownREQUIREMENTS.txtfile, which builds independently for both ARM and AMD platforms.