We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To be able to mange dev deps without causing issues
Installing dependencies from lock file SolverProblemError Because aws-lambda-powertools depends on jmespath (^1.0.0) which doesn't match any versions, version solving failed. at /opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/poetry/puzzle/solver.py:241 in _solve 237│ packages = result.packages 238│ except OverrideNeeded as e: 239│ return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest) 240│ except SolveFailure as e: → 241│ raise SolverProblemError(e) 242│ 243│ results = dict( 244│ depth_first_search( 245│ PackageNode(self._package, packages), aggregate_package_nodes make: *** [Makefile:9: dev] Error 1 Error: Process completed with exit code
N/A
Remove JMESPath
update any dev dep
latest
3.7
PyPi
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! We'll come back to you as soon as we can.
Sorry, something went wrong.
don't we love poetry :(
This is now released under 1.25.10 version!
Successfully merging a pull request may close this issue.
Expected Behaviour
To be able to mange dev deps without causing issues
Current Behaviour
Code snippet
Possible Solution
Remove JMESPath
Steps to Reproduce
update any dev dep
AWS Lambda Powertools for Python version
latest
AWS Lambda function runtime
3.7
Packaging format used
PyPi
Debugging logs
No response
The text was updated successfully, but these errors were encountered: