Open cwiegert opened 5 months ago
OK - I have it working.... running the script instead of the executable. Also - I had to be careful about where to install the PYQT6, and make sure to put it in the appropriate version of python working directory. using pip3.12 install instead of simply pip3 install. by defualt the pip3 ran the install into site-packages for the 3.11 install of python.
Don't know what the issue is with the exe, but I have it working.
First Off... thanks for posting this utility, have been looking for something like this for a number of months. Straight forward install and instructions - thanks for that as well. Installed the PyQt6, but doesn't seem to help with this error
no matter what I try with paths and parameters, I get the same error. here is the exact code from the Post-processing Scripts section
"/usr/local/bin/python3" "/usr/local/bin/ElegooNeptuneThumbnailPrusaMod-main/dist/thumbnail" "--image_size" "300x300"
any help or direction appreciated. I am familiar with coding and config, so don't need a fix, just need a path to go down to discover the fix.
I was able to get a successful build on the Mac M2...