Skip to content

Instantly share code, notes, and snippets.

@alexzorin
Created March 10, 2022 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexzorin/a322fb18b8cd2d469d4a63e8d7cc8923 to your computer and use it in GitHub Desktop.
Save alexzorin/a322fb18b8cd2d469d4a63e8d7cc8923 to your computer and use it in GitHub Desktop.
root@avenue-clever:~/certbot# source venv/bin/activate
(venv) root@avenue-clever:~/certbot# ./tools/pinning/current/repin.sh 2>&1 | tee -a repin.log
Updating dependencies
Resolving dependencies...
/root/certbot/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/root/certbot/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
InvalidVersion
Invalid PEP 440 version: '3.5.'
at ~/certbot/venv/lib/python3.8/site-packages/poetry/core/version/pep440/parser.py:67 in parse
63│ @classmethod
64│ def parse(cls, value: str, version_class: Optional[Type["PEP440Version"]] = None):
65│ match = cls._regex.search(value) if value else None
66│ if not match:
→ 67│ raise InvalidVersion(f"Invalid PEP 440 version: '{value}'")
68│
69│ if version_class is None:
70│ from poetry.core.version.pep440.version import PEP440Version
71│
The following error occurred when trying to handle this error:
ValueError
Could not parse version constraint: >=3.5.*
at ~/certbot/venv/lib/python3.8/site-packages/poetry/core/semver/helpers.py:139 in parse_single_constraint
135│
136│ try:
137│ version = Version.parse(version)
138│ except ValueError:
→ 139│ raise ValueError(
140│ "Could not parse version constraint: {}".format(constraint)
141│ )
142│
143│ if op == "<":
(venv) root@avenue-clever:~/certbot#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment