piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: pi-heif #337

Open 2adangerous opened 1 year ago

2adangerous commented 1 year ago

Package name

pi-heif

Package version

2022.12.4

PyPI URL

https://pypi.org/project/pi-heif/

piwheels URL

https://www.piwheels.org/project/pi-heif/

Python version

I am the maintainer

More information

When installing on Buster latest issue Rpi4 error message in attachment. Worked previously fine on Rpi3 but that also give errors now:

picframe inst err.txt

Rpi 3 shows additoinal error see rpi3 error attached.

Only change to default newly installed rpi set up is to add samba package.

rpi3_error.txt

Any help would be appreciated

bennuttall commented 1 year ago

The problem you're having is with package pi-heif. I've updated the issue accordingly. This is a missing package, and the logs show that the package tries to install a binary while building the wheel.

/usr/bin/install -c nasm /usr/local/bin/nasm
/usr/bin/install: cannot create regular file '/usr/local/bin/nasm': Permission denied

You need to take this up with the maintainers of pi-heif

2adangerous commented 1 year ago

Thanks for that Ben. Has it changed recently as I have installed it fine several times over the last few weeks trying to solve an issue with picframe? So I just need to install pi-hef presumably before picframe? Much appreciated. Andy Andrew Denham​ Design Manager ‑ Defence

​0333 8000 300 | @.*** | www.tis.co.ukhttps://tis.co.uk/ | Log a Faulthttps://www.tis.co.uk/log-a-fault/

@.***https://tis.co.uk/

​Head Office Hamilton Way, Oakham Business Park, Mansfield, Nottinghamshire, NG18 5BU ​ Regional Offices Birmingham | Leeds | Nottingham | Uxbridge

​Confidentiality Disclaimer ​Company registered in England & Wales No: 00490674. Registered office address: Hamilton Way, Oakham Business Park, Mansfield, Nottinghamshire, NG18 5BU BS EN ISO 9001 Registered Company. VAT No: 117 2027 10.

On 10 Dec 2022, at 21:57, Ben Nuttall @.***> wrote:



The problem you're having is with package pi-heifhttps://www.piwheels.org/project/pi-heif/

— Reply to this email directly, view it on GitHubhttps://github.com/piwheels/packages/issues/337#issuecomment-1345392608, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4U5JHLXKNPY3P6IBTCJSS3WMT4DXANCNFSM6AAAAAASZJYLSM. You are receiving this because you authored the thread.Message ID: @.***>

Total Integrated Solutions Limited. Head Office 0333 8000 300 Confidentiality Disclaimer Company registered in England & Wales No: 00490674. Registered office address: Hamilton Way, Oakham Business Park, Mansfield, Nottinghamshire, NG18 5BU BS EN ISO 9001 Registered Company. VAT No: 117 2027 10.

bennuttall commented 1 year ago

You don't need to install it first, as pip will resolve the dependencies. But if it fails, the whole installation will fail.

It doesn't look like that package has ever built successfully before. It may be possible for you to build it yourself if you find out what the requirements are.