-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Compilation of the sample model in the README fails. SpatialPy was installed on Python 3.10.6 using python3 -m pip install spatialpy --user --upgrade. Upon attempting to run the README create_birth_death model, compilation failed (return code 1) due to not recognising the make command. After renaming GNU Make 3.82.90 (mingw32-make.exe) to make.exe, and attempting to rerun the model, it failed again, with return code 2. Notably, the error message changed when I tried to run the model a second time after renaming to make.exe. The full error messages are in the attachments, as well as the code.
Error message
spatialpy_error_message.txt