piwheels / packages

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

Problem with package: watchfiles #351

Closed sachaberger closed 1 year ago

sachaberger commented 1 year ago

Package name

watchfiles

Package version

0.19.0 , 0.18.0 , 0.13

PyPI URL

https://pypi.org/project/watchfiles/

piwheels URL

https://www.piwheels.org/project/watchfiles/

Python version

I am the maintainer

More information

Importing watchfiles crashes python with "Illegal instruction"

I tested this on a Raspberry Pi Model A, uname -a states Linux raspberrypi 6.1.19+ #1637 Tue Mar 14 11:01:56 GMT 2023 armv6l GNU/Linux

how to reproduce: $ pip install watchfiles $ python3.9

import watchfiles Illegal instruction $

grschneider commented 1 year ago

Tried on pi0 with watchfiles 0.19.0 - seems be an issue with rust bindings again:

>>> from watchfiles import _rust_notify
Illegal instruction

Similar to issue #348.

bennuttall commented 1 year ago

Fixed