create-python-app icon indicating copy to clipboard operation
create-python-app copied to clipboard

`shfmt` installation fails on openSUSE Tumbleweed

Open PythonTryHard opened this issue 2 years ago • 0 comments

OS: openSUSE Tumbleweed 20231115

Steps to reproduce:

  1. Create a Python project with cpa. This is preset-agnostic.
  2. make setupppc

Actual behaviour:

[...]
Setting up shfmt (Linux)...
wget -qO shfmt "https://github.com/mvdan/sh/releases/download/v3.7.0/shfmt_v3.7.0_x86_64"
make: *** [Makefile:7: setuppc] Error 8

Additional info:

  • uname -m returns x86_64
  • uname -a returns Linux h1mm3l 6.6.1-1-default #1 SMP PREEMPT_DYNAMIC Thu Nov 9 05:27:56 UTC 2023 (1fcc265) x86_64 x86_64 x86_64 GNU/Linux

PythonTryHard avatar Nov 28 '23 03:11 PythonTryHard