Conditional dependencies results in exceeeding maximum recursion depth (for manimlib with pycairo) #1885
Closed
3 tasks done
Labels
Milestone
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate. It might be related to
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu 18.04.3 LTS // Linux 4.15.0-74-generic Attribute error if python="^3.5" but not with python="*" in 0.9.0.a2 #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Poetry version: 1.0.2
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/JulianStier/e8b041396b26bdc3b542530404e28277
Issue
Trying to install manimlib:
poetry add manimlib
Error:
Executed with -vv:
A look into https://github.com/3b1b/manim/blob/master/requirements.txt:
Apparently poetry does not recognize conditionally defined requirements based on "sys_platform".
The text was updated successfully, but these errors were encountered: