Brénainn Woodsend
Brénainn Woodsend
Thanks. Mind going through [the other steps](https://github.com/pyinstaller/pyinstaller-hooks-contrib?tab=readme-ov-file#summary)?
Looks like it's really [topojson](https://github.com/mattijn/topojson/blob/a9e67b0ba02523834fc01c9452982ac6763d079b/topojson/ops.py#L36) that's dragging in the metadata dependency.
Hmm, this is going to be tricky. First warning is that `requirements-test-libraries.txt` is so large that we can't come close to installing the whole thing into one environment without dependency...
Feels rather surreal being able to `apt-get install python3-pyinstaller`... I notice that it didn't pull in `binutils` for `objdump`? You seemed to think it would work out magically when I...
`pyproj`'s issues stem from its data coming from `/usr/share` (via `proj-data`) instead of being in the Python package. This is similar to how Conda does it so it should just...
I'll try and go through the `apt-get install`-able packages and see what other trouble I can flush out in a `debian:unstable` Docker container. Should be quicker that way...
> > I notice that it didn't pull in `binutils` for `objdump`? You seemed to think it would work out magically when I mentioned it last time. Likewise with `python3-dev`....
I can reproduce most of issues with the [commented out packages](https://salsa.debian.org/soren/pyinstaller-hooks-contrib/-/blob/debian/master/debian/control?ref_type=heads#L13). * `h5py` needs a hidden import for `h5py._debian_h5py_serial.defs` * `metpy`, `statsmodels` and `skimage` fail to import `scipy` (`ModuleNotFoundError: No...
I think `python3-branca` is missing a runtime dependency on `python3-jinja2`. It imports it unconditionally but doesn't install it. It does suggest `python3-folium` which depends on `python3-jinja2` which possibly shadowed the...
Is there supposed to be no `/usr/bin/{pyinstaller,pyi-archive_viewer,pyi-makespec}` commands?