ITADN

[BUG: No arguments expected for "install" command, got "." watson@MacBookPro mistral-inference % poetry install .

#247Opendavidthewatson 创建于 2025-06-05
bug
D
davidthewatsoncommented
### Python -VV ```shell Python 3.13.3 (main, Apr 8 2025, 13:54:08) [Clang 17.0.0 (clang-1700.0.13.3)] apparently poetry doesn't like ".". I dunno, I don't use poetry. This is macos Apple Silicon on M1 Pro. FWIW, recommend using the rust invasion or innovation? of python tooling gone awry with uv, which goes a lot further, a lot faster. Armen Ronacher can't be wrong. Thanks! ``` ### Pip Freeze ```shell python3 -m pip freeze certifi==2025.4.26 cffi==1.17.1 gpg==1.24.3 packaging==25.0 pycparser==2.22 wheel @ file:///opt/homebrew/Cellar/python%403.13/3.13.2/libexec/wheel-0.45.1-py3-none-any.whl#sha256=b9235939e2096903717cb6bfc132267f8a7e46deb2ec3ef9c5e234ea301795d0 ``` ### Reproduction Steps 1. Copy install lines from github project. 2. Crash on poetry install . ### Expected Behavior Install! ### Additional Context switch ro uv. tastes great. less filling. simon willison knows. ask him. he's closer to your shores than I am. ### Suggested Solutions uv.
1 条评论