mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #145] Unable to install pip requirements.txt #87
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lheringer-bt on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/145
On a recently python 3.14 installation getting this error while installing requirements.txt
`
python3 -m pip install -r requirements.txt
Collecting click==8.1.3 (from -r requirements.txt (line 1))
Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB)
Collecting GitPython==3.1.31 (from -r requirements.txt (line 2))
Using cached GitPython-3.1.31-py3-none-any.whl.metadata (1.3 kB)
Collecting graphviz==0.20.1 (from -r requirements.txt (line 3))
Using cached graphviz-0.20.1-py3-none-any.whl.metadata (12 kB)
Collecting PyYAML==6.0 (from -r requirements.txt (line 4))
Using cached PyYAML-6.0.tar.gz (124 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [78 lines of output]
/private/var/folders/zy/8lwv5vpd3zx3058kpzbjvqcw0000gp/T/pip-build-env-y8n3dllr/overlay/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
`
@Cryogenic117 commented on GitHub (Oct 17, 2025):
Try downgrading to Python 3.11.9
@patrickchugh commented on GitHub (Oct 20, 2025):
Please check with the new version and instructions. I recommend using poetry so you can manage packages in a virtual environment
@akshay-pm commented on GitHub (Oct 25, 2025):
Try changing the version of PyYAML to 6.0.2 in requirements.txt
@patrickchugh commented on GitHub (Dec 16, 2025):
assuming closed with latest version. please re-open if persists