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
I get the following error when i run poetry install --no-root and it suggests "Contribute to poetry-plugin-export to solve this problem."
Error:
The numpy package has the following compatible candidates [Package('numpy', '1.26.4')]; but, the exporter dependency walker previously elected numpy (2.2.2) which is not compatible with the dependency numpy (>=1.22.4,<2). Please contribute to poetry-plugin-export to solve this problem.
Descripion:
I get the following error when i run
poetry install --no-root
and it suggests "Contribute to poetry-plugin-export to solve this problem."Error:
The
numpy
package has the following compatible candidates[Package('numpy', '1.26.4')]
; but, the exporter dependency walker previously electednumpy (2.2.2)
which is not compatible with the dependencynumpy (>=1.22.4,<2)
. Please contribute topoetry-plugin-export
to solve this problem.pyproject.yaml:
The text was updated successfully, but these errors were encountered: