ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
2 stars 26 forks source link

Unknown Poetry Installation Error #17

Closed levyjonathan31 closed 5 months ago

levyjonathan31 commented 5 months ago

Description of the bug

When running "poetry install", config file is not properly set up, causing blocking behavior during installation.

Expected behavior

Packages are installed without issues when running "poetry install".

Additional Information

It may have something to do with the pyproject.toml file.

MaximilianMeiler commented 5 months ago

Hm, I was getting this issue when attempting to install on my device - could I pick up this issue? I'll try debugging it tn

MaximilianMeiler commented 5 months ago

^ a picture of the issue, for context: image

levyjonathan31 commented 5 months ago

^ a picture of the issue, for context: image

Sure, that would be great if you could solve this.

MaximilianMeiler commented 5 months ago

I've got it fixed - you were right, it was just an oversight in the pyproject file. I'll be creating a PR for it shortly.

edit: here it is #18