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
when trying to run a nox session with the noxfile that uses nox-poetry, I get this error in a mypy session:
ERROR: Cannot install genyx==0.1.0 because these package versions have conflicting dependencies.
The conflict is caused by:
genyx 0.1.0 depends on torch==2.0.1+cu118
The user requested (constraint) torch==2.0.1+cu118
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
nox > Session mypy-3.10 failed.
I'm suspecting that the pip install command does not use the source directive from the poetry file? Not sure where the issue lies, but suspecting nox-poetry.
The text was updated successfully, but these errors were encountered:
I have a package that requried pytorch and have the following directives in the pyproject.toml file
when trying to run a nox session with the noxfile that uses nox-poetry, I get this error in a mypy session:
I'm suspecting that the pip install command does not use the source directive from the poetry file? Not sure where the issue lies, but suspecting nox-poetry.
The text was updated successfully, but these errors were encountered: