View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000281 | AlmaLinux-9 | python-wheel | public | 2022-07-13 00:51 | 2024-08-16 20:02 |
Reporter | JoshuaPK | Assigned To | elkhan | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | AlmaLinux | OS Version | 9 |
Summary | 0000281: Cannot install python3-virtualenv: no package "python3-wheel-wheel" available | ||||
Description | When I attempt to install the python3-virtualenv package, I get an error: [root@localhost josh]# dnf install python3-virtualenv Last metadata expiration check: 0:03:21 ago on Tue 12 Jul 2022 08:40:19 PM EDT. Error: Problem: conflicting requests - nothing provides python3-wheel-wheel needed by python3-virtualenv-20.15.1-1.el9.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) | ||||
Tags | No tags attached. | ||||
|
Hi, The python3-virtualenv package removed on EL9[^1]. A Note from the upstream documentation: "Use the venv module in Python 3 instead." You need to enable the CRB[^2] repo to install the python3-wheel, python3-wheel-wheel and for some python3-* packages. dnf config-manager --set-enabled crb [^1]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/considerations_in_adopting_rhel_9/assembly_changes-to-packages_considerations-in-adopting-rhel-9#removed-packages_assembly_changes-to-packages [^2]: https://repo.almalinux.org/almalinux/9/CRB/x86_64/os/Packages/ |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-13 00:51 | JoshuaPK | New Issue | |
2022-07-28 09:49 | elkhan | Assigned To | => elkhan |
2022-07-28 09:49 | elkhan | Status | new => assigned |
2022-07-28 10:03 | elkhan | Note Added: 0000655 | |
2024-08-16 20:02 | elkhan | Status | assigned => resolved |
2024-08-16 20:02 | elkhan | Resolution | open => fixed |