View Issue Details

IDProjectCategoryView StatusLast Update
0000281AlmaLinux-9python-wheelpublic2022-07-28 10:03
ReporterJoshuaPK Assigned Toelkhan  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Platformx86_64OSAlmaLinuxOS Version9
Summary0000281: Cannot install python3-virtualenv: no package "python3-wheel-wheel" available
DescriptionWhen 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)
TagsNo tags attached.

Activities

elkhan

2022-07-28 10:03

developer   ~0000655

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/

Issue History

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