@jzahnny
Pain signals the leap forward
Nothing here yet.
Nothing here yet.
Jun 22, 2025 · 1 min read · 1. 개요 Godot 버전: 4.4.1 환경: macOS 15.3.2 One-click deploy을 통해 디버깅 시 Godot 창으로 디버깅하는게 아니라 실제 기기에서 임시로 빌드하고 디버깅할 수 있다. 2. 방법 2.1. SDK 설치 아래 링크에서 Android Studio를 설치한다. https://developer.android.com/studio Open JDK를 설치한다. brew가 설치돼 있다면 아래 명령어를 터미널...
Join discussionJun 19, 2025 · 4 min read · 1. 문제 아래와 같은 오류가 나와서 먼저 pyg-lib를 설치하려고 시도한다. ImportError: 'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse' 그러나 아래와 같이 설치가 되지 않는다. !pip install pyg-lib ERROR: Could not find a version that satisfies the requirement pyg-lib (from version...
Join discussion