Rok Mandeljc
Rok Mandeljc
Last matplotlib 2.x release, 2.2.5 supported python 2.7 and 3.4 - 3.7. And the first release to support python 3.8 (which is on verge of being phased out) was 3.2.0....
So how sure are you that we do not need to isolate MPLCONFIGDIR, and based on what? The PR linked in #3959 starts with "This lets the font cache stay...
Strictly speaking, it is `deepface` that is trying to load the cascade file, not OpenCV itself: https://github.com/serengil/deepface/blob/35025cdf6e4e2fc0642b890dc7dd589b7cb37205/deepface/detectors/OpenCv.py#L128-L156 And since the .xml files in `cv2/data` total 9MB, I don't think it...
Currently, the errors are raised when the specified paths are used. Since splash screen target is built after analysis, and the icon is applied when EXE target is built (which...
Hmmm, I guess there are two main questions here: --- First, is it possible to test `ibm_db` in any (from pyinstaller's perspective) meaningful way without having actual database instance available?...
For a bit of context (since we've been looking into this over at PyInstaller as well): in `numpy` 2.0.0, `f2py` submodule was added to `__all__` attribute of the `numpy` module....
`$(DEB_VERSION_UPSTREAM)` should come from `/usr/share/dpkg/pkg-info.mk`, which is included from `/usr/share/dpkg/default.mk`, which in turn is included here: https://github.com/cdemu/cdemu/blob/2591129c9189655e499874d4fb9e379a0d7cca02/vhba-module/debian/rules#L6
And as with #48, building deb package works for me, and the vhba module is also built by dkms after installing it. And the sources are included: ``` # dpkg...
Works for me on debian 12 bookworm (which is what the rules are targeting).
> but actually, does it cause any problem simply putting quotes instead of "none"? I guess @matteobin will have to answer that - the current rules file comes from the...