Skip to content

Unable to install using uv #3

@vladaman

Description

@vladaman

I tried to install with uv and I get following error:

uv tool install wkey
Resolved 26 packages in 1.90s
   Built evdev==1.7.1
  × Failed to download and build `numpy==1.24.4`
  ╰─▶ Build backend failed to determine requirements with `build_wheel()` (exit status: 1)

      [stderr]
      Traceback (most recent call last):
        File "<string>", line 8, in <module>
        File "/home/vlad/.cache/uv/builds-v0/.tmpcDEMYj/lib/python3.12/site-packages/setuptools/__init__.py", line 10, in <module>
          import distutils.core
      ModuleNotFoundError: No module named 'distutils'

      hint: `distutils` was removed from the standard library in Python 3.12. Consider adding a constraint (like `numpy >1.24.4`) to avoid building a version of `numpy` that depends on `distutils`.
  help: `numpy` (v1.24.4) was included because `wkey` (v0.2) depends on `numpy`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions