You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I run poetry add salesforce-codetf==1.0.1.1, I get
Updating dependencies
Resolving dependencies... (1.0s)
The current project's Python requirement (>=3.10,<4.0) is not compatible with some of the required packages Python requirement: - numpy requires Python >=3.7,<3.11, so it will not be satisfied for Python >=3.11,<4.0Because salesforce-codetf (1.0.1.1) depends on numpy (1.21.6) which requires Python >=3.7,<3.11, salesforce-codetf is forbidden.So, because code-tf-test depends on salesforce-codetf (1.0.1.1), version solving failed. • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties For numpy, a possible solution would be to set the `python` property to ">=3.10,<3.11" https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies, https://python-poetry.org/docs/dependency-specification/#using-environment-markers
I'm using Python 3.10.1
The text was updated successfully, but these errors were encountered:
salexln
changed the title
Fail to install with poetry
Fail to install using poetry
Jun 19, 2023
I'm using the following
pyproject.toml
:but when I run
poetry add salesforce-codetf==1.0.1.1
, I getI'm using
Python 3.10.1
The text was updated successfully, but these errors were encountered: