Skip to content
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

[Bug]: Installed packages need to be reinstalled after each run #1811

Open
2 tasks done
steventangbc opened this issue May 16, 2024 · 2 comments
Open
2 tasks done

[Bug]: Installed packages need to be reinstalled after each run #1811

steventangbc opened this issue May 16, 2024 · 2 comments
Labels
bug Something isn't working severity:medium Problems that affect many users

Comments

@steventangbc
Copy link

Is there an existing issue for the same bug?

Describe the bug

Whether resuming an existing session or starting a new one, there is no memory cache of previously installed packages. They need to be reinstalled every time.

Current Version

Docker Desktop 4.30.0 (149282)

Installation and Configuration

"install pandas, numpy, matplotlib, and seaborn"

Model and Agent

Model: gpt-4o
Agent: CodeActAgent

Reproduction Steps

  1. Prompt LLM to install Python libraries
  2. Import libraries to use
  3. Refresh page
  4. Choose either option - resume session or start new session
  5. Try importing libraries again

Logs, Errors, Screenshots, and Additional Context

No response

@steventangbc steventangbc added the bug Something isn't working label May 16, 2024
@SmartManoj SmartManoj added the severity:medium Problems that affect many users label May 18, 2024
@jiangleo
Copy link
Contributor

I attempted to reproduce the issue but could not. Both resuming a session and starting a new session did not require reinstallation of the packages.

Environment Details:

Docker Desktop version: 4.28.0
OpenDevin version: main

new session:
image

resume session:
image

@SmartManoj
Copy link
Collaborator

@jiangleo You are talking about browser sessions?

@SmartManoj SmartManoj changed the title [Bug]: Installed packages need to be reinstalled after each session [Bug]: Installed packages need to be reinstalled after each run May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working severity:medium Problems that affect many users
Projects
None yet
Development

No branches or pull requests

3 participants