Skip to content

Conversation

@vcfgv
Copy link
Collaborator

@vcfgv vcfgv commented Oct 10, 2025

closes #98

@vcfgv vcfgv added the bug Something isn't working label Oct 10, 2025
@vcfgv vcfgv requested review from DigHuang and Copilot October 10, 2025 05:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes UTF-8 encoding issues specifically for Windows environments by setting the PYTHONIOENCODING environment variable. This addresses potential character encoding problems that could occur when running the ValueCell package on Windows systems.

  • Adds OS detection to identify Windows environments
  • Sets UTF-8 encoding environment variable for Windows systems
  • Removes the automatic agent import statement

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@vcfgv vcfgv merged commit 76dce18 into main Oct 10, 2025
3 checks passed
@vcfgv vcfgv deleted the bugfix/windows-python-io-encoding branch October 10, 2025 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unicode encoding error ('gbk' codec can't encode character '\u22ef') during agent execution

2 participants