Skip to content

Build Error, pip is trying to build a wheel using "pep517" #28633

Closed
@ShaharNaveh

Description

@ShaharNaveh

I get an error while following the contributing guide on creating a python eviroment using pip.
when I run the command:

python -m pip install -e . --no-build-isolation

I get an error that says:

error: invalid command 'bdist_wheel'

To repreduce this issue:

  1. Install Arch linux, September release(and upgrade to the latest version)
  2. Install :
    1. python3-venv
    2. python-pip
  3. Follow the contributing guide
    1. git clone https://github.com/your-user-name/pandas.git pandas-yourname
    2. cd pandas-yourname
    3. git remote add upstream https://github.com/pandas-dev/pandas.git
    4. python3 -m venv ~/virtualenvs/pandas-dev
    5. . ~/virtualenvs/pandas-dev/bin/activate
    6. python -m pip install -r requirements-dev.txt
    7. python setup.py build_ext --inplace -j 4
    8. python -m pip install -e . --no-build-isolation

on line 8 I get an error.

P.S
This is my second time opening an issue(ever), please let me know if what else I should mention/include/change in order to be more productive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platformsDocs

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions