반응형

module 4

Eclipse console error : Failed to load module "canberra-gtk-module"

- Eclipse console message:Gtk-Message: 17:42:01.091: Failed to load module "canberra-gtk-module" [ Solution ]- Install libcanberra-gtk-module$ sudo apt install libcanberra-gtk-module [ Execution Log ]gangserver@RC530-U0922:~$ sudo apt install libcanberra-gtk-module패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : libcanberra-gtk0다음 새 패키지를 설치할 것입니다: ..

OS/Ubuntu 2025.09.26

TensorFlow-gpu 2.10.0 - CUDA 11.2 - cuDNN 8.1 numpy error

[ Error Message ]C:\devel\tf> python c:/devel/tf/cuda_test.pyA module that was compiled using NumPy 1.x cannot be run inNumPy 2.0.2 as it may crash. To support both 1.x and 2.xversions of NumPy, modules must be compiled with NumPy 2.0.Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.If you are a user of the module, the easiest solution will be todowngrade to 'numpyWe expect tha..

Google Colab (Colaboratory) python library module install, upgrade, uninstall

Google Colab (Colaboratory) python library install 1. Python module install/upgrade/uninstall 1-1. Module install!pip install (module name)ex,!pip install scikit-learn 1-2. Module upgrade!pip install --upgrade (module name)ex,!pip install --upgrade scikit-learn 1-3. Module uninstall!pip uninstall (module name)ex,!pip uninstall scikit-learn 2. Program install, upgrade, remove 2.1 Program install!..

개발/Python 2021.05.01
728x90
반응형