Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Cannot call rmtree on a symbolic link #2

Open
trhyder opened this issue Aug 13, 2024 · 3 comments
Open

bug: Cannot call rmtree on a symbolic link #2

trhyder opened this issue Aug 13, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@trhyder
Copy link

trhyder commented Aug 13, 2024

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/

@trhyder trhyder added the bug Something isn't working label Aug 13, 2024
@Griperis
Copy link
Member

Hi @trhyder, your issue is related with symbolic links. Don't you use a addon folder that's actually a symbolic link?

@trhyder
Copy link
Author

trhyder commented Aug 29, 2024

Thanks for looking at the issue. I am sorry but I don't know what symbolic links are. What instructions do I need to follow to install?

@Griperis
Copy link
Member

Griperis commented Aug 30, 2024

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:

  1. send a screenshot of how the repository is setup (Blender preferences)
  2. 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)

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants