Closed lifenautjoe closed 4 years ago
Solved using
poetry add flake8
But now getting django module not found. When trying to install
~/Documents/code/open-source/django-video-encoding(master ✗) poetry add django
Using version ^2.2 for django
Updating dependencies
Resolving dependencies... (2.8s)
[SolverProblemError]
The current project must support the following Python versions: ~2.7 || ^3.5
Because no versions of django match >2.2,<2.2.1 || >2.2.1,<2.2.2 || >2.2.2,<2.2.3 || >2.2.3,<2.2.4 || >2.2.4,<2.2.5 || >2.2.5,<3.0
and django (2.2) requires Python >=3.5, django is forbidden.
And because django (2.2.1) requires Python >=3.5
and django (2.2.2) requires Python >=3.5, django is forbidden.
And because django (2.2.3) requires Python >=3.5
and django (2.2.4) requires Python >=3.5, django is forbidden.
So, because django (2.2.5) requires Python >=3.5
and django-video-encoding depends on django (^2.2), version solving failed.
I managed to get the tests running by not using poetry 🙃
Thanks for reporting the issue. I will update master
soon, which will hopefully fix your issue as well :)
I'm trying to run tests for a feature I want to contribute to the project.
Followed the instructions
Followed by
Getting the following exception