Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

Install fails with dep pyyaml: AttributeError: cython_sources #421

Closed noffsh closed 11 months ago

noffsh commented 11 months ago

Installing pynitrokey fails due to old pyyaml 5.4.1.

cmd_2023-07-23_12.47.44_pip_errors.log

There is already an issue, but It seems, they are unwilling to maintain 5.4: https://github.com/yaml/pyyaml/pull/726#issuecomment-1640397938

Installing pynitrokey from master works, since the spsdk dependency has been updated and it doesn't require pyyaml anymore.

Is it possible to cut a new release?

robin-nitrokey commented 11 months ago

Thanks for the report. I’ve released 0.4.39. It should be available on PyPI soon.