Seth Axen

Results 726 comments of Seth Axen

> @sethaxen, I apologize for not pursuing this. I fully understand that you don't want to work on this further, but would you give permission for me to use your...

> What would such an interface entail? > > I ask because, apart from MCMCChains, I don't think there's any other that you'd need to using an interface, and it's...

> Is that something that could potentially be solved with some kind of metadata as in [arviz-devs/arviz#1975](https://github.com/arviz-devs/arviz/issues/1975)? I think this would be solving a slightly different problem. This would be...

I wonder if this is related to the workaround for #188 implemented in #202. I hadn't tested that workaround on Windows. Does the following work for you? ```julia ] add...

Hrm. Okay, if you don't mind, could you try a few more things? Assuming your PyCall is configured to use Julia's Conda, try ```julia using Conda, PyCall Conda.pip_interop(true) Conda.pip("uninstall -y",...

Hi @EvoArt, did you have any luck with my last suggestion?

Hi @EvoArt we now explicitly test that ArviZ installs correctly on windows, so can you check if ArviZ v0.6.6 works for you?

Currently blocked by https://github.com/cscherrer/SampleChainsDynamicHMC.jl/issues/20. Also, the new Ubuntu LTS appears to cause issues with PyCall, which is breaking our CI.

Now blocked by https://github.com/cscherrer/Soss.jl/issues/337

This is an issue that sometimes arises due to PyCall.jl (or perhaps a Python dependency). Can you try the solution in https://github.com/JuliaPy/PyPlot.jl/issues/315#issuecomment-661882320, and if that doesn't work, the one in...