Open sk-ys opened 5 months ago
While investigating this issue, I found https://github.com/python/cpython/issues/117793.
So, I checked the pth
file in the .venv/Lib/site-packages
directory and found 2 pth files (_rye_テスト.pth
, _virtualenv.pth
). Each file's text encoding was UTF-8
.
I then changed the encoding of these files to Shift-JIS(CP932)
, which resolved the issue.
I hope this information is helpful to you.
Steps to Reproduce
Environment
Steps
rye sync
rye run python
Example
Expected Result
Actual Result
Version Info
rye 0.35.0 commit: 0.35.0 (a1dbc56d4 2024-06-24) platform: windows (x86_64) self-python: cpython@3.12.3 symlink support: true uv enabled: true
Stacktrace
No response