FS#66442 - [python-poetry] The 'tomlkit<0.6.0,>=0.5.11' distribution was not found and is required by poetry

Attached to Project: Community Packages
Opened by Lev Lybin (lybin) - Tuesday, 28 April 2020, 07:20 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 28 April 2020, 07:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
poetry required tomlkit below 0.6.0, currently https://www.archlinux.org/packages/community/any/python-tomlkit/ version is 0.6.0 is not compatible with poetry.

Additional info:
python-poetry 1.0.5-1
python-tomlkit 0.6.0-1

Steps to reproduce:
- run command `poetry`
- get error: pkg_resources.DistributionNotFound: The 'tomlkit<0.6.0,>=0.5.11' distribution was not found and is required by poetry
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 28 April 2020, 07:39 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#66431 
Comment by Lev Lybin (lybin) - Tuesday, 28 April 2020, 07:23 GMT
temporary solution downgrading package python-tomlkit (0.6.0-1 => 0.5.11-1): sudo pacman -U /var/cache/pacman/pkg/python-tomlkit-0.5.11-1-any.pkg.tar.zst
Comment by Lev Lybin (lybin) - Tuesday, 28 April 2020, 07:28 GMT Comment by Lev Lybin (lybin) - Tuesday, 28 April 2020, 07:37 GMT

Loading...