-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
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
Poetry SolverProblemError #1148
Poetry SolverProblemError #1148
Comments
I think the solution is to change:
to |
Hi, The upper bound on the Python constraint was removed intentionally. See the rationale linked from here: cjolowicz/cookiecutter-hypermodern-python-instance#743 It is possible to add dependencies that cap the Python version by adding an environment marker on the requirement. In Poetry this is done using the --python option of the add subcommand. See here for an example: |
@cjolowicz I understand what you indicate. I have created #1152 to solve that problem. On the other hand, the tool that imports the changes from https://github.com/cjolowicz/cookiecutter-hypermodern-python-instance to this repository has some problems since it is modifying files that it should not modify, so I recommend creating a blacklist that copies but does not deduce templates. In the case of poetry.lock I observe:
|
First of all, thanks for writing this amazing template!
I tried to use the template for the creation of a new Python 3.8.5 project.
Steps I have taken to create the project:
cookiecutter cookiecutter-hypoermodern-python
poetry lock
The resulting output I received is:
Things I tried so far:
The text was updated successfully, but these errors were encountered: