-
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
Mephisto Version Mismatch #968
Comments
@JackUrb removing stale files didn't help, same issue as before. I've manually verified all
Which directory the |
That should be pulling from the most local |
Same issue when running a task inside the Docker container (following https://mephisto.ai/docs/guides/how_to_use/efficiency_organization/docker/). Testing |
Hi @lidiyam, this is unusual behavior. I just ran the Docker container with |
Hi @pringshia I'm still able to reproduce this, see the recording below: https://app.usebubbles.com/sKfStcGd1QdkJBEPyRwrU/mephisto-version-mismatch It's not a blocking issue for running tasks and getting the data, but it happens consistently with all examples that I've tried running. |
Got it, thanks for the clarification @lidiyam. You may want to try removing all
and then trying again. -- I also have a big PR landing hopefully soon that should bring some quality-of-life updates #905 ... perhaps that may also help resolve this transient issue |
Hi there, I got the same issue as well. I tried removing all package-lock.json files mentioned above, but it still doesn't work. Any idea about this? |
Hi @Stefan1220 - is your error message regarding the same versions? That is: |
Hi @pringshia, it's reporting a different version after pulling the latest code. That is: |
Ah I think I tracked down what the issue is. Our manual release deployment workflow ran the build (which encodes the current package version into the built source) before bumping up the version in the You can safely ignore this warning for now. For the next |
Trying to resolve version mismatch when running
parlai_chat_task_demo
.Installed mephisto using
pip install -e .
, pip installedparlai==1.7.1
, followed the steps from https://mephisto.ai/docs/guides/upgrade_to_1/guide/ to updatemephisto-task
(npm list mephisto-task
shows it's at[email protected]
). So not sure where the mismatch is coming from.Seeing the following on the server when the task link gets opened in the browser (
http://localhost:3000/?worker_id=x&assignment_id=11
)And the following in the browser console:
The text was updated successfully, but these errors were encountered: