kritiksoman / GIMP-ML

AI for GNU Image Manipulation Program
https://kritiksoman.github.io/GIMP-ML-Docs/index.html
MIT License
1.39k stars 126 forks source link

Weight Update issue #27

Closed Kassiusklay007 closed 3 years ago

Kassiusklay007 commented 3 years ago

Hello,

I'm installing GIMP-ML with the installation instructions.

I've downloaded the GIT, add gimp-plugins folder in the preferences and restarted GIMP.

Now, running the Weights Update (Layer > GIMP-ML > Update...), clicking on OK (with the selection Update Weights > Yes), I get the following error on GIMP python console :

Traceback (most recent call last): File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 740, in res ponse dialog.res = run_script(params) File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 361, in run _script return apply(function, params) File "C:\Program Files\GIMP 2\share\gimp\2.0\scripts\gimp-plugins\update.py", line 25, in update syncWeights.syncGit(baseLoc) File "C:\Program Files\GIMP 2\share\gimp\2.0\scripts\gimp-plugins/syncWeights. py", line 57, in syncGit if os.path.samefile(src_file, dst_file): AttributeError: 'module' object has no attribute 'samefile'

The status in the update window is stucked on "Downloading plugins (~0.5MB)..."

Any idea?

Kassiusklay007 commented 3 years ago

Screenshot :

image

kritiksoman commented 3 years ago

Which OS are you using ?

Kassiusklay007 commented 3 years ago

Windows, probably not supported

kritiksoman commented 3 years ago

yes