Closed st-bender closed 5 years ago
I can confirm that this was an issue for me and the solution st-bender posted fixed it.
This has been reworked in the iri2016/build.py, that autobuilds on first run rather than setup.py. This is to avoid putting executable code in setup.py and to make the package setup-platform agnostic.
Hi, Installing the package from pypi does not work,
pip
fails with some obscure message. Using a local clone,pip install .
failed with-j
as an unknown option tocmake
, which needs a double dash before that. Thus, the following patch tosetup.py
fixes at least the local builds, it may also fix the pypi install:Cheers.