MasoniteFramework / masonite

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
http://docs.masoniteproject.com
MIT License
2.22k stars 126 forks source link

Installation of Masonite fails with poetry due to a problem with pendulum #818

Closed rec00n closed 1 month ago

rec00n commented 2 months ago

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

josephmancuso commented 1 month ago

Fixed in https://github.com/MasoniteFramework/orm/releases/tag/v2.23.0