Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: python312Packages.scalene #335882

Closed
eclairevoyant opened this issue Aug 19, 2024 · 4 comments · Fixed by #337099
Closed

Build failure: python312Packages.scalene #335882

eclairevoyant opened this issue Aug 19, 2024 · 4 comments · Fixed by #337099
Assignees
Labels

Comments

@eclairevoyant
Copy link
Contributor

eclairevoyant commented Aug 19, 2024

Steps To Reproduce

Steps to reproduce the behavior:

  1. build python312Packages.scalene

Build log

* Getting build dependencies for wheel...
running egg_info
make vendor-deps
make: Nothing to be done for 'vendor-deps'.
writing scalene.egg-info/PKG-INFO
writing dependency_links to scalene.egg-info/dependency_links.txt
writing entry points to scalene.egg-info/entry_points.txt
writing requirements to scalene.egg-info/requires.txt
writing top-level names to scalene.egg-info/top_level.txt
reading manifest file 'scalene.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'vendor/Heap-Layers/.git'
no previously-included directories found matching 'vendor/printf/.git'
warning: no previously-included files found matching 'scalene/old/*'
adding license file 'LICENSE'
writing manifest file 'scalene.egg-info/SOURCES.txt'

ERROR Missing dependencies:
        setuptools<71.0,>=65.5.1

Additional context

Per pypa/setuptools#4483, this failure is intentional due to some behaviour changes in setuptools. I'm not completely familiar with the change or setuptools overall, but the gist seems to be that setuptools now "prefers installed dependencies over vendored ones", whatever that means in this case.

Notify maintainers

@sarahec

Metadata

fails on master (5963d2a)


Add a 👍 reaction to issues you find important.

@eclairevoyant eclairevoyant added the 0.kind: build failure A package fails to build label Aug 19, 2024
@eclairevoyant eclairevoyant changed the title Build failure: PACKAGENAME Build failure: python312Packages.scalene Aug 19, 2024
@sarahec sarahec self-assigned this Aug 19, 2024
@sarahec
Copy link
Contributor

sarahec commented Aug 19, 2024

EDIT: Filed a PR to fix this in Scalene.

@sarahec
Copy link
Contributor

sarahec commented Aug 19, 2024

As soon as Emery has a fix on his end, we can bump the version number or apply the patch.

Edit: Watch this PR plasma-umass/scalene#854

@sarahec
Copy link
Contributor

sarahec commented Aug 21, 2024

Updated in the original sources. We need Emery to cut a new release of Scalene as we're building from the published binary. (The scalene source build is complicated.)

@sarahec
Copy link
Contributor

sarahec commented Aug 24, 2024

The scalene source build is complicated

FYI, I managed to make source builds work. That will make future bug responses quicker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants