Closed lhcubillos closed 4 years ago
No, it's not you--something recently broke in one of our dependencies. I should be able to fix it tonight...
Thank you!
Can you verify that pinning MeshIO
to v0.3.2 fixes the problem? You can do that by running:
]pin MeshIO@0.3.2
in the Julia REPL or in a notebook cell (note the leading ]
character). You'll need to restart Julia or restart your jupyter kernel for the change to take effect.
Yep, that solves it. Should I use that version from now on?
Yeah, that's a good idea for now. MeshIO recently switched from using GeometryTypes
to using GeometryBasics
, which represents the same data with a new set of types. I'll have to decide how to make MeshCat work well with the newer versions, but for now using an old version of MeshIO
(any version prior to v0.4.0) should be fine.
Closing this now: MeshCat.jl now explicitly declares compatibility with MeshIO 0.3.x, so you should get a compatible version of MeshIO automatically.
Hi! I'm trying this amazing project, but one cell of the demo notebook doesn't work as expected. When trying to load the cat mesh, the cell states:
On the
setobject!(vis, cat_mesh)
, the REPL throws the following error:I was able, though, to load the cat mesh using the following command:
Is it a problem with my configurations and/or packages, or with the notebook? I just started developing with Julia, so it's very likely it will be just a noob mistake.
Thank you!