Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API server in master is not building #1198

Closed
nichhk opened this issue May 13, 2022 · 1 comment
Closed

API server in master is not building #1198

nichhk opened this issue May 13, 2022 · 1 comment
Assignees

Comments

@nichhk
Copy link
Member

nichhk commented May 13, 2022

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.

@nichhk nichhk self-assigned this May 13, 2022
@nichhk
Copy link
Member Author

nichhk commented May 25, 2022

We're not using the server in master anymore, so let's not fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (without merge)
Development

No branches or pull requests

1 participant