-
Notifications
You must be signed in to change notification settings - Fork 88
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
install.sh failing #115
Comments
What version of MacOS are you running? |
@kevgliss I'm running macOS Big Sur : 11.5.1 |
Fixed the problem and the build was complete. I am however, getting an error : alembic.util.exc.CommandError: Can't locate revision identified by '03f742366750' |
I think you're facing an issue similar to: Netflix/dispatch#1485 please checkout the solution there and let me know that solves your issue. I hope to create a new release tomorrow that will mitigate this issue. In the meantime you could modify your |
I'm still getting a similar error message even after changing the endpoint to point to the master branch : alembic.util.exc.CommandError: Can't locate revision identified by '8f364cf49a23' |
I am also seeing this issue and I have edited my install script to point at master instead of latest.
|
It looks like this error is happening because this revision does not exist on the latest tag of dispatch. |
I just cut a new release would you mind trying again? |
That error has been resolved but now I am seeing a duplicate column error:
|
+1 |
Thanks for bearing with me here, I guess my local db was in a bit of a weird state when I created that example data set. I've just released https://github.com/Netflix/dispatch/releases/tag/v20210804.1 and ensured the latest tag points to it. |
Yep, this seems to work now. Thanks so much for the help @kevgliss! |
Awesome ! Thanks. |
It seems the problem still persists when you skip loading the example data
|
I am trying to install Dispatch on MacOs and ./install.sh fails at this step :
The text was updated successfully, but these errors were encountered: