Closed hdaipteam closed 10 months ago
am installing python-decouple with Poetry and get back that error
poetry add --group doc python-decouple@^3.8
The pattern did not match any tags
Pattern: (?x) (?# ignore whitespace) ^v((?P\d+)!)?(?P\d+(.\d+)*) (?# v1.2.3 or v1!2000.1.2) ([-.]?((?P[a-zA-Z]+)[-.]?(?P\d+)?))? (?# b0) (+(?P.+))?$ (?# +linux)
Tags: ['2.8.0', '2.7.0', '2.6.1', '2.6.0', '2.5.1', '2.5.0', '2.4.4rc1', '2.4.3', '2.4.2', '2.4.1', '2.4.0', '2.3.0', '2.3.0rc1', '2.2.2', '2.2.1', '2.2.0', '2.1.0', '2.0.0', '2.0.0rc1', '1.5.0', '1.4.1', '1.3.2', '1.3.1', '1.3.0', '1.2.0', '1.1.0', '1.0.3', '1.0.2', '1.0.1', '1.0.0', '0.1.1', '0.1.0']
Standalone pip installation works as workaround.
Configuration mistake.
Wish a good year 2024! Thx
am installing python-decouple with Poetry and get back that error
poetry add --group doc python-decouple@^3.8
The pattern did not match any tags
Pattern: (?x) (?# ignore whitespace) ^v((?P\d+)!)?(?P \d+(.\d+)*) (?# v1.2.3 or v1!2000.1.2)
([-.]?((?P[a-zA-Z]+)[-. ]?(?P\d+)?))? (?# b0)
(+(?P.+))?$ (?# +linux)
Tags: ['2.8.0', '2.7.0', '2.6.1', '2.6.0', '2.5.1', '2.5.0', '2.4.4rc1', '2.4.3', '2.4.2', '2.4.1', '2.4.0', '2.3.0', '2.3.0rc1', '2.2.2', '2.2.1', '2.2.0', '2.1.0', '2.0.0', '2.0.0rc1', '1.5.0', '1.4.1', '1.3.2', '1.3.1', '1.3.0', '1.2.0', '1.1.0', '1.0.3', '1.0.2', '1.0.1', '1.0.0', '0.1.1', '0.1.0']
Standalone pip installation works as workaround.