Kale Miller

Results 5 comments of Kale Miller

I've struggled with this for ages. I can't seem to build the lxml wheel on my VM regardless how hard I try. How do you resolve this install issue? ```...

I think I resolved the issue - the problem was that my virtual environment had `python>=3.9`. I reverted to `python=3.8.8` and that resolved this issue for me. I figured that...

No problem @bblommers. I managed to work around it, and the posted answer should have helped someone else who had the same issues.

Had this exact same issue. Not a perfect solution by any means, but what I do is convert those stringified values after the fact using a recursive function. ```python def...