Skip to content
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

🛠️ pyproject.toml -> Added Python version spec #34

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

seonghobae
Copy link
Contributor

Due to resolve these messages, I added and tested that line.

The current project's supported Python range (>=3.8) is not compatible with some of the required packages Python requirement:
  - generalagent requires Python >=3.8.1, so it will not be satisfied for Python >=3.8,<3.8.1
  - generalagent requires Python >=3.8.1, so it will not be satisfied for Python >=3.8,<3.8.1
  - generalagent requires Python >=3.8.1, so it will not be satisfied for Python >=3.8,<3.8.1

Because no versions of generalagent match >0.3.21,<0.3.22 || >0.3.22,<0.3.23 || >0.3.23,<0.4.0
 and generalagent (0.3.21) requires Python >=3.8.1, generalagent is forbidden.
And because generalagent (0.3.22) requires Python >=3.8.1, generalagent is forbidden.
So, because generalagent (0.3.23) requires Python >=3.8.1
 and gptpdf depends on GeneralAgent (^0.3.21), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For generalagent, a possible solution would be to set the `python` property to ">=3.8.1"
    For generalagent, a possible solution would be to set the `python` property to ">=3.8.1"
    For generalagent, a possible solution would be to set the `python` property to ">=3.8.1"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
seonghobae@DESKTOP-QK8NP45:~/gptpdf$ poetry update
Updating dependencies
Resolving dependencies... (1.0s)

The current project's supported Python range (>=3.8.1) is not compatible with some of the required packages Python requirement:
  - tinydb requires Python >=3.7,<4.0, so it will not be satisfied for Python >=4.0

Because no versions of generalagent match >0.3.21,<0.3.22 || >0.3.22,<0.3.23 || >0.3.23,<0.4.0
 and generalagent (0.3.21) depends on tinydb (>=4.8.0), generalagent (>=0.3.21,<0.3.22 || >0.3.22,<0.3.23 || >0.3.23,<0.4.0) requires tinydb (>=4.8.0).
And because generalagent (0.3.22) depends on tinydb (>=4.8.0)
 and generalagent (0.3.23) depends on tinydb (>=4.8.0), generalagent (>=0.3.21,<0.4.0) requires tinydb (>=4.8.0).
Because no versions of tinydb match >4.8.0
 and tinydb (4.8.0) requires Python >=3.7,<4.0, tinydb is forbidden.
Thus, generalagent is forbidden.
So, because gptpdf depends on GeneralAgent (^0.3.21), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For tinydb, a possible solution would be to set the `python` property to ">=3.8.1,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@CosmosShadow CosmosShadow merged commit 65f2857 into CosmosShadow:main Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants