MasonMcGill

Results 4 comments of MasonMcGill

After some experimentation, it looks like calling `docker image rm` on the cached `ubuntu:jammy` image and rebuilding is a workaround. No idea why it works though.

Personally, I'm using Jedi in a library that uses type information to control runtime behavior (in the spirit of libraries like `clize`, `pydantic`, `dataclasses`, *etc.*), and I want to correctly...

Ah no problem. That sounds like a really cool project! Being able to do static analysis without having to depend on a full dynamic language runtime could be very useful....

It looks like I'm facing the same issue with PyTorch on CentOS, unfortunately, and the only [workaround](https://stackoverflow.com/questions/27022373/python3-importerror-no-module-named-ctypes-when-using-value-from-module-mul) I've been able to find requires root access. I really love the design...