Closed raybesiga closed 4 years ago
Hi @raybesiga, thanks for the report.
It looks to me like you're using Python 2.7.16
for your project.
[SolverProblemError] The current project's Python requirement (2.7.16) is not compatible...
I've tested the process again using Python 3.8.5
and without issues.
Perhaps you can try and update poetry and ensure that you're using the compatible version of python.
python --version
poetry self update
poetry cache clear pypi --all
Hi @dinoperovic I have tried that. It appears that the issue may be related to this issue in Poetry. I am running Python 3.8.5 but it picks up the system Python 2.7. Guess I have a bit of work on my hands. Thank you so much for this project. Cannot wait to check it out.
@raybesiga Yes that's probably it. Great! Let me know if you need some assistance.
Describe the bug
iSort dependency prevents poetry resolution
To Reproduce
Expected behavior That
poetry install -E example
would resolve the dependencies.Technical details: