HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

Installation with Poetry give back an error #170

Closed hdaipteam closed 9 months ago

hdaipteam commented 9 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.

hdaipteam commented 9 months ago

Configuration mistake.

Wish a good year 2024! Thx