cnvogelg / amitools

Various tools for using AmigaOS programs on other platforms
250 stars 69 forks source link

Broken installation procedure #187

Closed Nikoh77 closed 5 months ago

Nikoh77 commented 1 year ago

Amitools no longer installs, i do: pip3 install -U git+https://github.com/cnvogelg/amitools.git as suggested but: Schermata a 2023-06-08 17-50-31 Please help... is it my mistake or is there a problem with the installation procedure?

cnvogelg commented 6 months ago

The log looks ok to me except that the name of the package gets lost. I can't reproduce this here:

❯ pip3 install -U git+https://github.com/cnvogelg/amitools.git
Collecting git+https://github.com/cnvogelg/amitools.git
  Cloning https://github.com/cnvogelg/amitools.git to /private/var/folders/qm/yh49sg_s17j3y0lnbv8ybk9c0000gn/T/pip-req-build-cmqkyq4e
  Running command git clone --filter=blob:none --quiet https://github.com/cnvogelg/amitools.git /private/var/folders/qm/yh49sg_s17j3y0lnbv8ybk9c0000gn/T/pip-req-build-cmqkyq4e
  Resolved https://github.com/cnvogelg/amitools.git to commit 95619f98ef3e96e1635321fb8091333044c525ad
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: amitools
  Building wheel for amitools (pyproject.toml) ... done
  Created wheel for amitools: filename=amitools-0.7.1.dev13+g95619f9-py3-none-any.whl size=693263 sha256=8c225e058b8dcd94ca6917854cc610ef3bed6f95ea19de9d0c34a4d3c7de07f0
  Stored in directory: /private/var/folders/qm/yh49sg_s17j3y0lnbv8ybk9c0000gn/T/pip-ephem-wheel-cache-me_ea7ns/wheels/91/fe/c6/cd910ee13aa676c8b41a8eb9649c1d94b50f1de10a81282879
Successfully built amitools
Installing collected packages: amitools
Successfully installed amitools-0.7.1.dev13+g95619f9

Maybe you need to update pip itself or even Python...

Does the tools then finally work?