Bug 1851667

Summary: Fedora Dnf update error python3-typed_ast
Product: [Fedora] Fedora Reporter: FlyDove <flydove>
Component: python3-typed_astAssignee: Gwyn Ciesla <gwync>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 33CC: gwync, philip.wyett
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-26 03:25:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description FlyDove 2020-06-28 03:43:33 UTC
sudo dnf update --best -4 --allowerasing --downloadonly 
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository google-webdesigner is listed more than once in the configuration
上次元数据过期检查:0:00:23 前,执行于 2020年06月28日 星期日 11时32分52秒。
错误:
 问题: cannot install the best update candidate for package python3-mypy-0.670-1.fc30.noarch
  - problem with installed package python3-mypy-0.670-1.fc30.noarch
  - package python3-mypy-0.670-1.fc30.noarch requires python3.7dist(typed-ast) >= 1.3.1, but none of the providers can be installed
  - cannot install the best update candidate for package python3-typed_ast-1.3.1-1.fc30.x86_64
  - package python3-mypy-0.670-1.fc30.noarch requires python3.7dist(typed-ast) < 1.4.0, but none of the providers can be installed
  - cannot install both python3-typed_ast-1.4.0-2.fc30.x86_64 and python3-typed_ast-1.3.1-1.fc30.x86_64
  - cannot install both python3-typed_ast-1.3.1-1.fc30.x86_64 and python3-typed_ast-1.4.0-2.fc30.x86_64
(try to add '--skip-broken' to skip uninstallable packages)











sudo dnf update --best -4 --allowerasing --downloadonly  --skip-broken 
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository google-webdesigner is listed more than once in the configuration
上次元数据过期检查:0:00:38 前,执行于 2020年06月28日 星期日 11时32分52秒。
错误:
 问题: cannot install the best update candidate for package python3-mypy-0.670-1.fc30.noarch
  - problem with installed package python3-mypy-0.670-1.fc30.noarch
  - package python3-mypy-0.670-1.fc30.noarch requires python3.7dist(typed-ast) >= 1.3.1, but none of the providers can be installed
  - cannot install the best update candidate for package python3-typed_ast-1.3.1-1.fc30.x86_64
  - package python3-mypy-0.670-1.fc30.noarch requires python3.7dist(typed-ast) < 1.4.0, but none of the providers can be installed
  - cannot install both python3-typed_ast-1.4.0-2.fc30.x86_64 and python3-typed_ast-1.3.1-1.fc30.x86_64
  - cannot install both python3-typed_ast-1.3.1-1.fc30.x86_64 and python3-typed_ast-1.4.0-2.fc30.x86_64

Comment 1 Gwyn Ciesla 2020-06-29 18:46:49 UTC
It should be trying to install python3-typed_ast-1.4.1-3.fc33, and python3-mypy-0.782-1.fc33. Do you have other broken Python dependencies?

Comment 2 FlyDove 2020-07-06 01:51:39 UTC
sudo dnf group install 'Python Classroom' 'Python Science'

Comment 3 Gwyn Ciesla 2020-07-06 21:56:30 UTC
What does that do?

Comment 4 Ben Cotton 2020-08-11 15:28:32 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle.
Changing version to 33.

Comment 5 FlyDove 2020-10-26 03:24:48 UTC
rpm -e python3-typed_ast  

rpm -ivh python3-typed_ast-1.4.0-2.fc30.x86_64.rpm


Ok