Bug: No module named 'fcntl' on Windows
Environment
- OS: Windows
- Shell: PowerShell
- CodeWiki version: latest (installed via
pip install git+https://github.com/FSoft-AI4Code/CodeWiki.git)
- Python version: (add yours with
python --version)
Steps to reproduce
- Install CodeWiki on Windows
- Configure with
codewiki config set --provider claude-code --main-model claude-sonnet-4-6 --cluster-model claude-sonnet-4-6
- Navigate to a local repository
- Run
codewiki generate
Expected behavior
Documentation is generated successfully.
Actual behavior
The process fails at step [1/5] Dependency Analysis with the following error:
Bug:
No module named 'fcntl'on WindowsEnvironment
pip install git+https://github.com/FSoft-AI4Code/CodeWiki.git)python --version)Steps to reproduce
codewiki config set --provider claude-code --main-model claude-sonnet-4-6 --cluster-model claude-sonnet-4-6codewiki generateExpected behavior
Documentation is generated successfully.
Actual behavior
The process fails at step
[1/5] Dependency Analysiswith the following error: