Skip to content

'setup.py install' is depracated #18718

Closed
frappe/bench
#1401
@ankush

Description

pypa/pip#8559

pip will refuse to install these packages if:

  • they dont provide built wheel or pyproject based install
  • wheel isnt't installed

Affects:

  • Manual installs only. Docker installs install wheel so it's "handled"

Solutions:

  • Wait for everyone to ship wheel/pyproject. lol
  • install wheel before installing frappe (in bench)
  • pass --use-pep517 (doesn't quite seem to work with editable installs using flit 👀 )

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions