Gelbpunkt / zangy

A fast redis library for python and asyncio written in Rust
MIT License
17 stars 2 forks source link

Error when installing from pypi #5

Open booqoffsky opened 2 months ago

booqoffsky commented 2 months ago
Collecting zangy
  Using cached zangy-0.1.2.tar.gz (11 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [11 lines of output]
      💥 maturin failed
        Caused by: pyproject.toml at /tmp/pip-install-iqa9be3a/zangy_c1bd7bed537141a4980a51b994873fe0/pyproject.toml is invalid
        Caused by: TOML parse error at line 11, column 9
         |
      11 | strip = "on"
         |         ^^^^
      invalid type: string "on", expected a boolean

In this github repository, the pyproject.toml file is fixed, but not in pypi

0xSt1ng3R commented 4 weeks ago

+1