sassoftware / sassoftware/python-swat

pip3 deprecation warning for coming pip23.1 when installing swat

Open
#153 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
159
Forks
65
PR merge metrics
No merged PRs in 30d

Description

I got this warning when I installed swat today:
DEPRECATION: swat is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

I resolved this by installing the wheel package. It seems one of two things is needed:
a) update the doc to mention the wheel package as a dependency or
b) make the swat install compatible with the coming pip 23.1 release

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking the installation documentation and the packaging files, especially setup.py and whether pyproject.toml is present. Reproduce the installation with the affected pip behavior, then confirm that the documented or implemented installation path no longer emits the legacy setup.py warning.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.