Johannes Buchner

Results 227 comments of Johannes Buchner

pymultinest is already on conda: https://anaconda.org/conda-forge/pymultinest if that does not work for you, activate your conda environment, (conda) install the dependencies, then do the build steps.

If conda install failed, create an issue on https://github.com/conda-forge/pymultinest-feedstock . Include the command and error message.

try uninstalling and reinstalling imagehash? `imagehash.__file__` can tell you which python file it picks up. Also don't make a file called `imagehash.py`

Will this make imagehash break on installs with old scipy versions?

To have this accepted, we would need to know * in which scipy version the rename was introduced, * at what version the name scipy.fft became available. * which year...

For example, I am on Python 3.11.6 with scipy 1.10.1 and can import fftpack without issue/warning.

I am still confused though. Does using `scipy.fftpack` in imagehash currently make problems? I thought both are ok at the moment? If there is no problem currently, I'd prefer to...

Thanks @sgraf812, based on the information here I was able to put together a primitive activity logging shell script for gnome+wayland, you can see it at https://github.com/JohannesBuchner/activitytracker/blob/master/track-gnome.sh

There are no sources found nearby, so it could not generate a new source in between. Stare at your input file for a bit, and try to understand the method...

The code is here https://github.com/JohannesBuchner/imagehash/blob/master/imagehash/__init__.py#L435 It computes a few numbers (14) for black, gray, and 6 histogram bins for faint and bright colors each. The numbers are between 0 and...