Open pplmx opened 7 months ago
Would it be possible to attach the pyproject.toml (or requirements.txt?), assuming that's the file having issues, and what is the encoding of that file?
hi, @bluss
The project has no pyproject.toml
or requirement.txt
.
I found the root cause: a empty setup.py
. After delete it, the rye init
can work fine.
setup.py
: UTF-8, LF
hi, @bluss
Maybe We should print some other error message when a empty setup.py
exists instead of EOF while parsing a value at line 1 column 0
Steps to Reproduce
Expected Result
rye init
can be successful in a existed projectActual Result
rye init error: EOF while parsing a value at line 1 column 0
Version Info
rye 0.32.0 commit: 0.31.0+3 (153213c6a 2024-03-22) platform: windows (x86_64) self-python: cpython@3.12.2 symlink support: true uv enabled: true
Stacktrace
No response