Skip to content

Commit db025a3

Browse files
committed
add doc on bug encountered in Windows
1 parent fe469e9 commit db025a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/run_python.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Follow these steps:
3232
pip install -r requirements.txt
3333
```
3434

35+
**Important**:
36+
- Before creating the environment, you should have GAMS installed on your computer, with a recent version (ideally >= 48).
37+
- For Windows users: You might see an error when installing some packages (like chaospy, scipy, etc.). This is because Windows needs extra tools to compile them.
38+
1. Go to [VSCode build tools](https://visualstudio.microsoft.com/fr/visual-cpp-build-tools/)
39+
2. Download and install Build Tools for Visual Studio.
40+
3. During installation, check the option: `C++ build tools`
41+
4. After installation, close and reopen the terminal (Anaconda Prompt), activate your environment, and run the installation command again.
42+
3543
---
3644

3745
## 2. Run the Model (Basic Test)

0 commit comments

Comments
 (0)