Giter Site home page Giter Site logo

debug-setupmeta's Introduction

The issue is now fixed with setupmeta 3.5.2, by populating both dist.install_requires AND dist.metadata.install_requires

It appears that setuptools is using those fields possibly inconsistently.

The script create-venv.sh can be used to investigate the issue with distinct version of setuptools.


To repro the problem:

::

python -m venv .venv
source .venv/bin/activate
pip install -U pip wheel setupmeta==3.5.1  # before workaround added
pip install -e /path/to/setuptools
python setup.py dist_info

# If successful, *.dist-info/requires.txt will exist and
*.dist-info/METADATA will have the line "Dist-Requires: thx"

/path/to/setuptools is presumed to be a checkout of the setuptools repo, which succeeds at 3c9d6ac96bb76670adc48535816fa3331b027c80^ and fails at 3c9d6ac96bb76670adc48535816fa3331b027c80 itself (and several arbitrary commits after, including today's main, 2255e6366c70b9813d115ae0a0bba329affbd0ac

This does not appear to be limited to calling setup.py directly, and is possible to trigger with pip wheel and others. The egg_info contains dist.dependencies, but the dist_info does not.

debug-setupmeta's People

Contributors

thatch avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

zsimic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.