pypa / pypa/setuptools

"package directory 'ext' does not exist" error with 25.1.0

Open
#690 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs Triage
Dominant language
Python
Stars
2.9k
Forks
1.4k
Avg merge
1d 1h
Merged PRs (30d)
1

Description

I don't know if this is a PyPy v5.3.1 issue or not, but when I extract setuptools-25.0.1.tar.gz to a local directory and run the setup.py script inside of the directory under Ubuntu 16.04, I get this:

running install
running bdist_egg
running egg_info
writing setuptools.egg-info/PKG-INFO
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
writing requirements to setuptools.egg-info/requires.txt
writing top-level names to setuptools.egg-info
error: package directory 'ext' does not exist

I tried an older version (setuptools-24.3.1.tar.gz) and did not get any error messages. I don't know if this is with the 25.x branch or not, but I wanted to let you know.

Contributor guide

No contributing guide indexed for this repository

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

Reproduce the failure by extracting setuptools-25.0.1.tar.gz and running its setup.py under Ubuntu 16.04, then compare the result with setuptools-24.3.1.tar.gz. Inspect how the source archive refers to the missing ext package directory; done means the affected archive installs without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.