Matt Popovich

Results 28 comments of Matt Popovich

Same issue. Sublime 3.2.2(3211) on macOS 10.15.5.

I believe by default, if you build torchvision from source, it does not build with CUDA support. The fix for me was to build torchvision with the `-DWITH_CUDA=on` flag as...

I see the same issue. I don't know what hashing algorithm they used to create the .hash file. Nothing available from https://www.pelock.com/products/hash-calculator matches.

I believe by default, if you build torchvision from source, it does not build with CUDA support. The fix for me was to build torchvision with the `-DWITH_CUDA=on` flag as...

I tried to build from source, which I needed intltool, which was easy enough to install `brew install intltool`. Then I needed GIMP development libraries, which there's apparently no straightforward...

Actually, I was able to finally fix this by making a symbolic link to "fake" having a newer dynamically linked library. ``` cd /usr/local/lib ln -s libintl.8.dylib libintl.9.dylib ``` Major...

@pqs0103 ~~I was able to solve the `python_fu_heal_selection` error by creating the symbolic link as mentioned [above](https://github.com/aferrero2707/gimp-plugins-collection/issues/10#issuecomment-798815784). Just make sure you have `libintl.8.dylib` available in `/usr/local/lib`. If you don't have...

I guess I should leave this open as while I have found a solution, it's not actually "fixed"...

See #10. It's not your fault, it's a "genuine error". See my post [here](https://mattpopovich.com/posts/updated-how-to-install-the-resynthesizer-plugin-for-gimp-on-mac-2022/) for more info on how to fix it. As of right now, I only have a...