ERROR: Could not build wheels for apex, which is required to install pyproject.toml-based projects
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.5k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 3
Description
Building wheel for apex (setup.py) ... error
ERROR: Failed building wheel for apex
Running setup.py clean for apex
Running command python setup.py clean
torch.version = 1.8.1+cu101
Compiling cuda extensions with
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Fri_Feb__8_19:08:17_PST_2019
Cuda compilation tools, release 10.1, V10.1.105
from /usr/local/cuda/bin
running clean
removing 'build/temp.linux-x86_64-cpython-39' (and everything under it)
removing 'build/lib.linux-x86_64-cpython-39' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
removing 'build'
Failed to build apex
ERROR: Could not build wheels for apex, which is required to install pyproject.toml-based projects
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report only provides setup.py and pip build output for Python 3.9, torch 1.8.1+cu101, and CUDA 10.1. Start by reproducing the installation failure and inspecting the Apex build entry point with those versions. Done requires identifying the compatibility cause and documenting or testing a confirmed installation path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100