Bug 1851667 - Fedora Dnf update error python3-typed_ast
Summary: Fedora Dnf update error python3-typed_ast
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: python3-typed_ast
Version: 33
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-28 03:43 UTC by FlyDove
Modified: 2020-10-26 03:25 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-26 03:25:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.