OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
24.38k stars 3.06k forks source link

The system cannot find the path specified in Install Dependencies: #350

Closed Kanuj7 closed 2 months ago

Kanuj7 commented 4 months ago

The system cannot find the path specified in Install Dependencies: please help me regarding solving this issue
install dependencies in visual studios

Alphamasterliu commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Kanuj7 commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Could You please briefly explain this to me ?

Alphamasterliu commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Could You please briefly explain this to me ?

In short, you can skip the step in your third line.

Kanuj7 commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Could You please briefly explain this to me ?

In short, you can skip the step in your third line.

can i directly start the 4th step this right one here Set OpenAI API Key: Export your OpenAI API key as an environment variable. Replace "your_OpenAI_API_key" with your actual API key. Remember that this environment variable is session-specific, so you need to set it again if you open a new terminal session. On Unix/Linux:?

Alphamasterliu commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Could You please briefly explain this to me ?

In short, you can skip the step in your third line.

can i directly start the 4th step this right one here Set OpenAI API Key: Export your OpenAI API key as an environment variable. Replace "your_OpenAI_API_key" with your actual API key. Remember that this environment variable is session-specific, so you need to set it again if you open a new terminal session. On Unix/Linux:?

Yes : ) Because in the previous configuration steps, you have already operated under the ChatDev folder.😊 The command cd ChatDev means to enter the ChatDev folder.

Kanuj7 commented 4 months ago

Hi, according to the path you've shared, you have actually entered the ChatDev-main folder before activating the conda environment, so there's no need to cd into ChatDev again. This is because you can see that the run.py file, which needs to be executed with Python in the next step, is located in the ChatDev-main folder.

Could You please briefly explain this to me ?

In short, you can skip the step in your third line.

can i directly start the 4th step this right one here Set OpenAI API Key: Export your OpenAI API key as an environment variable. Replace "your_OpenAI_API_key" with your actual API key. Remember that this environment variable is session-specific, so you need to set it again if you open a new terminal session. On Unix/Linux:?

Yes : ) Because in the previous configuration steps, you have already operated under the ChatDev folder.😊 The command cd ChatDev means to enter the ChatDev folder.

please help me i need your support on this in the 4th step regarding this syntax error ?

sytax error

NA-Wen commented 3 months ago

It seems that you are using a command prompt (CMD) on windows system. Try to utilize PowerShell to set the environment variables. Or you can directly edit your environments variables in the Power User Task Menu on windows.