Search Criteria
Package Details: python-west 1.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-west.git (read-only, click to copy) |
---|---|
Package Base: | python-west |
Description: | Zephyr RTOS Project meta-tool |
Upstream URL: | https://pypi.org/project/west/ |
Licenses: | Apache |
Submitter: | alexei |
Maintainer: | casparfriedrich |
Last Packager: | casparfriedrich |
Votes: | 5 |
Popularity: | 0.070168 |
First Submitted: | 2019-03-27 05:34 (UTC) |
Last Updated: | 2023-10-10 19:35 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-colorama (python-colorama-gitAUR)
- python-packaging
- python-pykwalifyAUR
- python-wheel
- python-yaml (python-yaml-gitAUR)
- python-setuptools (make)
Required by (3)
- nrf-connect-sdk-installer
- zephyr-sdk (optional)
- zephyr-sdk-bin (optional)
Latest Comments
casparfriedrich commented on 2023-05-15 10:04 (UTC)
In case someone encounters this issue:
I had to rebuild
west
as well aspykwalify
. I useparu
with the following command:paru -S --rebuild python-west python-pykwalify
flisboac commented on 2023-03-29 00:50 (UTC) (edited on 2023-03-29 00:53 (UTC) by flisboac)
I tried installing this package with the fix in https://github.com/pypa/setuptools/pull/3832 (which fixes https://github.com/pypa/setuptools/issues/3452).
Turns out we only need to wait for the next setuptools release (on upstream), and python-west should be good to go. The fix is already on the
main
branch, and it works.Here follows a
git diff
of what worked:casparfriedrich commented on 2023-03-19 21:15 (UTC)
Thanks for the report. I found a similar bug described here: https://github.com/pypa/setuptools/issues/3452. I'll dig a bit deeper...
flisboac commented on 2023-03-19 12:53 (UTC)
After update, I got the following error:
It seems like this
PathDistribution
class comes fromimportlib-metadata
. In my system:I'm not sure if this can be fixed here, though.
casparfriedrich commented on 2022-06-16 08:50 (UTC)
Sorry for the delay, I'll check with that.
sehraf commented on 2021-08-06 07:08 (UTC)
Please add python-yaml as a dependency
osiixy commented on 2021-01-23 17:46 (UTC)
Would you change the source to this? https://github.com/zephyrproject-rtos/west/archive/v0.8.0.tar.gz
kuon commented on 2019-11-03 13:43 (UTC)
I confirm the two dependencies missing zkrx mentioned. Do you mind adding them?
zkrx commented on 2019-05-24 08:01 (UTC) (edited on 2020-11-27 10:22 (UTC) by zkrx)
There's a couple of missing dependencies:
python-kwalify python-colorama
e.g.