You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
PS C:\Users\anon\Desktop\aida> pixi add --pypi llm-reader@git+https://github.com/m92vyas/llm-reader.git
× failed to solve the pypi requirements of 'default''win-64'
├─▶ Failed to download and build `llm-reader @ git+https://github.com/m92vyas/llm-reader.git`
╰─▶ Build backend failed to determine requirements with `build_wheel()` (exit code: 1) [stderr] Traceback (most recent call last): File "<string>", line 8, in<module> File "C:\Users\anon\AppData\Local\rattler\cache\uv-cache\builds-v0\.tmpFgn78P\Lib\site-packages\setuptools\__init__.py", line 27, in<module> from .dist import Distribution File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "C:\Users\anon\AppData\Local\rattler\cache\uv-cache\builds-v0\.tmpFgn78P\Lib\site-packages\_virtualenv.py", line 89, in exec_module old(module) File "C:\Users\anon\AppData\Local\rattler\cache\uv-cache\builds-v0\.tmpFgn78P\Lib\site-packages\setuptools\dist.py", line 27, in<module> from .config import pyprojecttoml, setupcfg SyntaxError: source code string cannot contain null bytes
Issue description
This never happened before updating to the latest Pixi version, but now Git repos break.
Expected behavior
The Git repo is added and built successfully as on older versions.
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
This never happened before updating to the latest Pixi version, but now Git repos break.
Expected behavior
The Git repo is added and built successfully as on older versions.
The text was updated successfully, but these errors were encountered: