Hỏi & Đáp
cvs 연동 강의 듣고 있는 중인데..이전까진 작동이 되더라도 디버그 콘솔과 출력에 "등록" "해제" 출력되지 않았습니다. cvs 강의대로 블렌더 스크립터에서 작성을 해봤는데 Python 스크립트 실패, 시스템 콘솔에서 메시지를 확인하십시오 이런 메세지가 뜨네요.. 아무리 봐도 두개 연동 안되는게 스크립터 설정 오류 인듯 합니다. vs code에선 컨트롤 쉬프트 +P 파이썬 인터프리터를 파이썬 3.10.4 64-bit로 사용하고 있습니다.
2022-06-13T02:43:38.817Z
Lượt thích
0
Số bình luận
3
Lượt xem
693
Hỏi & Đáp
처음 제가 드린 질문은 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
Lượt thích
0
Số bình luận
2
Lượt xem
718