You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following the installation instructions on github produces the following console error:
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\Lib\shutil.py", line 756, in rmtree onerror(os.path.islink, path, sys.exc_info()) File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\Lib\shutil.py", line 754, in rmtree raise OSError("Cannot call rmtree on a symbolic link") OSError: Cannot call rmtree on a symbolic link
Expected behavior:
The extension should install without a console error
Weird, then something creates symbolic links for you (symlink ~ shortcut to an other directory) or there are some unwanted files in the repo directory. Please can you try again with updated Blender (there were issues with removing extensions in Beta) and if the problem persists, I will need more information to help you. Could you please:
send a screenshot of how the repository is setup (Blender preferences)
check the content of the Custom Directory for the repository that's automatically created when the repository is added (send a screenshot what's inside)
Bug Report
engon version: 1.2.1
Current behavior:
following the installation instructions on github produces the following console error:
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\Lib\shutil.py", line 756, in rmtree onerror(os.path.islink, path, sys.exc_info()) File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\Lib\shutil.py", line 754, in rmtree raise OSError("Cannot call rmtree on a symbolic link") OSError: Cannot call rmtree on a symbolic link
Expected behavior:
The extension should install without a console error
Steps to reproduce:
Follow the Readme.md instruction on https://github.com/polygoniq/extensions/
The text was updated successfully, but these errors were encountered: