-
Notifications
You must be signed in to change notification settings - Fork 4
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
migrate.sh fails on new installation #857
Comments
I get the same Since Docker should be isolating me from any details of my environment, it must be something outside that has changed. A docker image should run consistently, but a docker build has no such guarantees -- It looks like we pin dependencies, but could an unpinned transitive dependency cause problems? Next:
|
Trying for a minimal reproducer:
It's not the build, it's the celery startup. Looking at CI logs: There is a separate One thing I've been assuming is that the error I get in the UI has its root cause here, but it's possible that's not the case. |
Same OSError error when using the CI docker compose files, so it's not the difference between dev and CI. |
Following the steps on https://github.com/opendp/dpcreator/blob/develop/README-DEVELOPMENT.md,
after step 2, I have a running webapp, but I hit the same error reported in #860. Continuing to read the instructions I see:
This fails for me with
OSError: /usr/local/lib/python3.9/site-packages/opendp/lib/libopendp.so: cannot open shared object file: No such file or directory
It seems possible that the errors are related. It doesn't look like the tests (https://github.com/opendp/dpcreator/blob/develop/.github/workflows/cypress.yml) exercise this. Since I'm new to this codebase, one debugging strategy is to go back through the history and try to find an earlier version that works, and then see what changed after that.
The text was updated successfully, but these errors were encountered: