Hi,
I’m running the InVEST Recreation model (version 3.16.1) for a study area in İzmir, Türkiye. I tested both with and without regression enabled, but the model fails in both cases at the server side.
Parameters used:
- compute_regression = False
- start_year = 2012
- end_year = 2017
- grid_aoi = True
- cell_size = 1800
What happens:
The model successfully connects to the server, retrieves Flickr/Twitter points, and begins calculating PUD/TUD. However, during quadtree flushing and zipping, the model crashes on the server with this error:
AttributeError: module ‘numpy.lib.format’ has no attribute ‘_read_array_header’
This happens regardless of the regression flag. The full log confirms that the error occurs deep within the server’s numpy handling during user-day-calculation.
Could you please check the NumPy version on the recreation server and consider updating the related code? Alternatively, is there any known workaround?
Thanks in advance for your support!