Open ttusar opened 3 months ago
With commit a610238 you now get
❯ pip install . (cocoex)
Processing /home/olafm/work/coco-experiment/build/python
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 255
╰─> [12 lines of output]
BUILD ERROR
Missing source files: src/cocoex/coco.c, src/cocoex/coco.h
Could not find some generated source files. These are required to build the
Python package. If you are building in-tree from a git checkout of the
'numbbo/coco-experiment' repository, did you forget to run the
`scripts/fabricate` script to generate the COCO source bundles?
If you are not building in-tree or ran `scripts/fabricate`, please file an
issue on Github: https://github.com/numbbo/coco-experiment/issues
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 255
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
If one attempts to install
cocoex
withpip
before fabricating the code, an error occurs. The resulting error message (see below) is unhelpful. We should add a hint that the code needs to be fabricated first.