-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cannot run example through docker Quickstart #744
Comments
Thanks for reporting @znaeem, looking into this. |
@znaeem - I'm having a hard time reproducing this.
|
Ah I think I see the issue, it seems that we accidentally dropped a few dependencies in a recent vulnerability clean up. I'm working on putting up a PR for this now, apologies for any inconvenience. In the meanwhile, you can also resolve with the following: cd mephisto/abstractions/blueprints/static_html_task/source/package.json
npm install --save mephisto-task |
still getting this error, not sure why its such a struggle even after using docker (that is supposed to take care of all these dependency issue).
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. |
I was not able to get the Mephisto project running on my machine. Particularly I cannot get the static_test_script.py to run, in the "Running your first task" guide , however the command
mephisto check
returnsMephisto seems to be set up correctly.
I then tried to run it with docker, as did my colleague, and came across the same error, which is the following:The text was updated successfully, but these errors were encountered: