-
From the step1, the code can't run on python3.12. As I know, the reason is no Shell on Window but Mac have. |
Beta Was this translation helpful? Give feedback.
Answered by
ElishaKay
Feb 13, 2025
Replies: 1 comment
-
Welcome @FFXTT-png Give this one a shot: How to Install GPT-Researcher on Windows 11Follow these steps to install gpt-researcher on Windows 11. 1. Install Python 3.11+Ensure you have Python 3.11 (not 3.12) installed. Download it from: ➡️ Python Official Download Page Important: During installation, check the box to "Add Python to PATH." 2. Open Command Prompt within the root path of the repo3. Create and Activate a Virtual EnvironmentTo avoid dependency conflicts, create a virtual environment:
Then, activate it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FFXTT-png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome @FFXTT-png
Give this one a shot:
How to Install GPT-Researcher on Windows 11
Follow these steps to install gpt-researcher on Windows 11.
1. Install Python 3.11+
Ensure you have Python 3.11 (not 3.12) installed. Download it from:
➡️ Python Official Download Page
Important: During installation, check the box to "Add Python to PATH."
2. Open Command Prompt within the root path of the repo
3. Create and Activate a Virtual Environment
To avoid dependency conflicts, create a virtual environment:
Then, activate it: