Q&A
처음 제가 드린 질문은 screencast_keys 애드온을 블렌더에 설치 후에 해결 했습니다. 현재 7강을 강의 들으며 따라하고 있는데 contoller __init_.py 까지 따라왔습니다. 이후 블렌더를 vscode에서 실행시키면 > Executing task: c:\Program Files\Blender Foundation\Blender 3.1\blender.exe --python c:\Users\user\.vscode\extensions\jacqueslucke.blender-development-0.0.16\pythonFiles\launch.py Read prefs: C:\Users\user\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend [] Collecting debugpy Using cached debugpy-1.6.0-cp310-cp310-win_amd64.whl (4.3 MB) Installing collected packages: debugpy Successfully installed debugpy-1.6.0 ERROR: Exception: Traceback (most recent call last): File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\shutil.py", line 805, in move os.rename(src, real_dst) PermissionError: [WinError 5] 액세스가 거부되었습니다: 'C:\\Users\\user\\AppData\\Local\\Temp\\pip-target-2vykjwo0\\lib\\python\\debugpy' -> 'c:\\Program Files\\Blender Foundation\\Blender 3.1\\3.1\\python\\lib\\site-packages\\debugpy' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\site-packages\pip\_internal\cli\base_command.py", line 173, in _main status = self.run(options, args) File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\site-packages\pip\_internal\cli\req_command.py", line 203, in wrapper return func(self, options, args) File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\site-packages\pip\_internal\commands\install.py", line 446, in run self._handle_target_dir( File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\site-packages\pip\_internal\commands\install.py", line 505, in _handle_target_dir shutil.move( File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\shutil.py", line 821, in move copytree(src, real_dst, copy_function=copy_function, File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\shutil.py", line 556, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\shutil.py", line 457, in _copytree os.makedirs(dst, exist_ok=dirs_exist_ok) File "c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [WinError 5] 액세스가 거부되었습니다: 'c:\\Program Files\\Blender Foundation\\Blender 3.1\\3.1\\python\\lib\\site-packages\\debugpy' WARNING: You are using pip version 21.2.4; however, version 22.1 is available. You should consider upgrading via the 'c:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin\python.EXE -m pip install --upgrade pip' command. ################################################################################ > could not install debugpy ################################################################################ Saved session recovery to 'C:\Users\user\AppData\Local\Temp\quit.blend' 터미널 프로세스 "c:\Program Files\Blender Foundation\Blender 3.1\blender.exe '--python', 'c:\Users\user\.vscode\extensions\jacqueslucke.blender-development-0.0.16\pythonFiles\launch.py'"이(가) 종료되었습니다(종료 코드: 1). 이런 메세지가 뜨면서 블렌더가 종료 됩니다.
2022-05-19T11:39:42.656Z
いいね数
0
コメント数
2
閲覧数
718