firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to validate build-system in pyproject.toml: Unknown properties: exclude

carlosal1015 opened this issue · comments

Hi, when I tried to compile from source 0.3.15 I got the following message

==> Retrieving sources...
  -> Downloading sport-activities-features-0.3.15.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 4468k    0 4468k    0     0  5834k      0 --:--:-- --:--:-- --:--:--  9.9M
==> Validating source files with sha512sums...
    sport-activities-features-0.3.15.tar.gz ... Passed
==> Extracting sources...
  -> Extracting sport-activities-features-0.3.15.tar.gz with bsdtar
==> Starting build()...
ERROR Failed to validate `build-system` in pyproject.toml: Unknown properties: exclude
==> ERROR: A failure occurred in build().
    Aborting...

Similar issue https://github.com/orgs/python-poetry/discussions/8111

@carlosal1015, please try with the 0.3.15.1

Thanks, fixed now.
image