You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the install script, I get an error when it's building the API server:
311-api | RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
311-api | Traceback (most recent call last):
311-api | File "bin/api_start.py", line 24, in <module>
311-api | import app
311-api | File "bin/../src/app.py", line 5, in <module>
311-api | import control.route_handlers as R
311-api | File "bin/../src/control/route_handlers.py", line 5, in <module>
311-api | from services import (
311-api | File "bin/../src/services/map.py", line 1, in <module>
311-api | import pysupercluster
311-api | ImportError: numpy.core.multiarray failed to import
The version of numpy that's in the API's requirement.txt is too old. We should be able to upgrade it and get past this build error.
The text was updated successfully, but these errors were encountered:
When I run the install script, I get an error when it's building the API server:
The version of numpy that's in the API's requirement.txt is too old. We should be able to upgrade it and get past this build error.
The text was updated successfully, but these errors were encountered: