The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
Trying to install masonite with poetry (1.8.3) fails with following error message:
Note: This error originates from the build backend, and is likely not a problem with poetry but with pendulum (2.1.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pendulum (==2.1.2)"'.
Expected behaviour
Installation of Masonite works with latest poetry version
Describe the bug
Trying to install masonite with poetry (1.8.3) fails with following error message:
Note: This error originates from the build backend, and is likely not a problem with poetry but with pendulum (2.1.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pendulum (==2.1.2)"'.
Expected behaviour
Installation of Masonite works with latest poetry version
Steps to reproduce the bug
Type
poetry add masonite
Screenshots
No response
OS
Linux
OS version
Debian GNU/Linux 12 (bookworm)
Browser
No response
Masonite Version
4.6.1
Anything else ?
No response