question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Action fails on osx

See original GitHub issue

It started failing a couple of hours ago.

Successfully setup CPython (3.10.3)
brew install p7zip
Warning: p7zip 17.04 is already installed and up-to-date.
To reinstall 17.04, run:
  brew reinstall p7zip
python3 -m pip install setuptools wheel
Requirement already satisfied: setuptools in /Users/runner/hostedtoolcache/Python/3.10.3/x64/lib/python3.10/site-packages (58.1.0)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
Successfully installed wheel-0.37.1
python3 -m pip install py7zr==0.18.1
Collecting py7zr==0.18.1
  Downloading py7zr-0.18.1-py3-none-any.whl (69 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.4/69.4 KB 1.1 MB/s eta 0:00:00
Collecting brotli>=1.0.9
  Downloading Brotli-1.0.9-cp[31](https://github.com/opengisch/QField/runs/5688150112?check_suite_focus=true#step:10:31)0-cp310-macosx_10_9_x86_64.whl ([42](https://github.com/opengisch/QField/runs/5688150112?check_suite_focus=true#step:10:42)1 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 421.8/421.8 KB 4.5 MB/s eta 0:00:00
Collecting pyppmd<0.18.0,>=0.17.0
  Downloading pyppmd-0.17.4.tar.gz (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 9.9 MB/s eta 0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'error'
  error: subprocess-exited-with-error

Preparing metadata (pyproject.toml) did not run successfully.
  β”‚ exit code: 1
  ╰─> [515 lines of output]
      /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-l0taqcrz/overlay/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:100: _ExperimentalProjectMetadata: Support for project metadata in `pyproject.toml` is still experimental and may be removed (or change) in future releases.
        warnings.warn(msg, _ExperimentalProjectMetadata)
      configuration error: `project` must contain ['name'] properties
      DESCRIPTION:
          Data structure for the **project** table inside ``pyproject.toml`` (as
          initially defined in :pep:`[62](https://github.com/opengisch/QField/runs/5688150112?check_suite_focus=true#step:10:62)1`)

Here’s a link to a failed job. https://github.com/opengisch/QField/runs/5688150112?check_suite_focus=true

Still works fine on linux and windows workers.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
albert-githubcommented, Mar 30, 2022

Will this be a final solution or is this just a workaround (looks to me more like a workaround).

1reaction
albert-githubcommented, Mar 30, 2022

Looks like the py7zr version is not correct anymore / a bit older, see also https://github.com/miurahr/pyppmd/issues/94

Read more comments on GitHub >

github_iconTop Results From Across the Web

macOS-latest (devel) check failure Β· Issue #140 Β· r-lib/actions
The line Run r-lib/actions/setup-r@master is failing on the macOS-latest (devel) build, however it passes on windows-latest (release),Β ...
Read more >
If your workflow doesn't work in Automator on Mac
When you run a workflow in Automator, events are displayed in the Log area at the bottom of the workflow window. You can...
Read more >
GitHub Actions The macOS 10.15 Actions runner image is ...
The macOS 10.15 Actions runner image started our deprecation process on 5/31/22 and will be fully unsupported by 8/30/22. To raise awareness ofΒ ......
Read more >
Github Actions failing for MacOS - Cannot install packages
I recently set up a Github action to run R CMD check using use_this::use_github_standard(). The package passes for Windows and Ubuntu, but fails...
Read more >
Codesign fails only in GitHubActions, Succeed in MacOS ...
I'm trying to setup a GitHub actions ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found