Rok Mandeljc
Rok Mandeljc
I did some testing based on the example you provided. The client/uploader code is running in Windows 10 VM (python 3.7/3.8), while the test server is running on linux host...
We don't modify the `Info.plist`s from collected frameworks. So the way to avoid this would be to not use the Apple's python3 interpreter for your build environment, but instead use...
Can you provide a *minimal* example that triggers this error?
I meant a minimal *code* example, so I can try reproducing the error. Because the basic [`mpi4py` Point-to-Point communication example](https://mpi4py.readthedocs.io/en/stable/tutorial.html#running-python-scripts-with-mpi) seems to run fine if I freeze it. And so...
Turns out I could not reproduce the error because I was using `mpi4py` 3.1.4 from conda main channel, which uses `msmpi`. Whereas in your environment, you have `mpi4py` 3.1.5 from...
Yes, eventually the multipackage part will be revised to provide support for a shared external PYZ archive (for onedir builds) and for shared external PKG archive (for onefile builds, as...
And to avoid a future issue report - if your code uses a package that in turn uses `multiprocessing` (I think `dask.distributed` / `distributed` fits the bill), make sure to...
> I'm starting to wonder if perhaps we should try to scan for entrypoint iterating code like we do for `importlib.metadata.distribution("xyz")`? I originally dismissed the idea since it would make...
If the daemon fails to auto-start, try running the daemon manually from terminal (`cdemu-daemon`) to see why. If that does not work, either, it will give you an error message...
> and WSL doesn't seem to recognize `modprobe vhba`. This doesn't seem like a good thing. Is module available? How did you install it? (And a side question - does...