std::path::Path::new().exists() with python Pathlib.path() works in linux and windows but not macos #4137
Unanswered
baseplate-admin
asked this question in
Questions
Replies: 1 comment 4 replies
-
That doesn't seem related to Path. In any case, The relevant panic message here is: "unknown token at 1:1" which seems to come from https://github.com/RazrFalcon/roxmltree/blob/master/src/parse.rs#L297 and that probably originates from https://github.com/baseplate-admin/resvg-py/blob/4a89a841138d3297986892e6418c777fb068c140/src/rust/lib.rs#L114 So in some way, parsing the SVG fails on MacOS... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i have this following code
rust:
This fails in macos.
Here is the log : https://github.com/baseplate-admin/resvg-py/actions/runs/8889901090/job/24409004312
Relevant Source :
Beta Was this translation helpful? Give feedback.
All reactions