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
Using SDist as a project's sourcePreference gives me this
> Building wheel...
> DEBUG Proceeding without build isolation
> DEBUG Calling `setuptools.build_meta.build_wheel("/build/cffi-1.17.1/dist/", {}, None)`
> Traceback (most recent call last):
> File "<string>", line 8, in <module>
> import setuptools.build_meta as backend
> ModuleNotFoundError: No module named 'setuptools'
> x Failed to build `/build/cffi-1.17.1`
> |-> The build backend returned an error
> `-> Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)
> hint: This usually indicates a problem with the package or the build
> environment.
For full logs, run:
using a wheel gives me this:
> Resolved 1 package in 2ms
> error: Failed to determine installation plan
> Caused by: A path dependency is incompatible with the current platform: jh2-5.0.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
For full logs, run:
nix log /nix/store/qgc68wcfx17pckpca0jdmjaxgpypsqkj-jh2-5.0.8.drv
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using SDist as a project's sourcePreference gives me this
using a wheel gives me this:
I'm not sure how to override jh2 to make it work
Beta Was this translation helpful? Give feedback.
All reactions