-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dependencies lost upon workspace reopening #5589
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
Comments
Same issue with another student and same steps taken to produce the error, below is affected workspace: Student is now saying this: |
One more workspace impacted by the same issue: Upon trying to reinstall dependencies from requirements.txt, the student is getting this: |
And another workspace affected: |
And another one: UPDATE |
Thanks for reporting. We are investing. |
Almost certainly related, installation of dependencies shows some weird warnings, and causes issues subsequently: |
Closing as dupe of #5594. We're Sorry for the inconvenience, and thank a lot for reporting this @bravoalpha79 and @Jays-T ! 🙏 |
Bug description
Upon starting an existing workspace today, three students report (and I confirmed it with
pip3 freeze --local
) that all installed dependencies are gone. The workspaces were opened from the Gitpod Dashboard.pip3 install -r requirements.txt
reinstalled all dependencies as expected, but they should never have been gone to begin with.Steps to reproduce
python3 run.py
)pip3 freeze --local
- the result is empty (no dependencies installed).Expected behavior
Installed dependencies are kept in the existing workspace.
Example repository
https://gray-gerbil-p6ckklb7.ws-eu15.gitpod.io/
https://azure-snail-aw1src7l.ws-eu15.gitpod.io/
https://amethyst-scallop-5kfji6x2.ws-eu16.gitpod.io/
Anything else?
No response
The text was updated successfully, but these errors were encountered: