본문 바로가기

분류 전체보기

(187)
No module named 'scipy' If the error as below occurs, No module named 'scipy' You should install the pip install scipy
No module named 'comet_ml' If the error as below occurs, No module named 'comet_ml' You should install conda install -c anaconda -c conda-forge -c comet_ml comet_ml pip install comet-ml
ModuleNotFoundError: No module named 'casadi' If the error as below occurs, ModuleNotFoundError: No module named 'casadi' You should install the casadi. pip install casadi
우분투 환경에 Paraview 설치 방법 / 데이터 시각화 및 분석을 위한 툴 Paraview는 데이터의 시각화와 분석을 위해 개발된 툴로, VTK(Visualization ToolKit)를 데이터 처리와 렌더링 엔진으로 사용하며, 사용자 인터페이스(UI, User Interface)는 Qt를 사용하여 작성되었다. 우분투 환경에서 Paraview를 설치하는 방법은 커맨드 창에서 다음의 명령어를 통해 설치해주면 된다. sudo apt update sudo apt install paraview 또는 다음과 같이 진행하면 설치가 완료된다. flatpak install flathub org.paraview.ParaView flatpak run org.paraview.ParaView 설치된 Paraview를 제거하는 방법은 다음과 같다. flatpak uninstall org.paravie..
ModuleNotFoundError: No module named 'streamlit' If the error as below occurs, ModuleNotFoundError: No module named 'streamlit' You should install the streamlit. pip install streamlit
modulenotfounderror no module named 'meshio' If the error as below occurs, modulenotfounderror no module named 'meshio' You should install the meshio. pip install meshio[all]
ModuleNotFoundError: No module named 'vtk' If the error as below occurs, ModuleNotFoundError: No module named 'vtk' You should install the pip install vtk
파이썬 주석 단축기(Ctrl + /)가 작동이 안될 때 파이썬 주석 단축기 Ctrl + / 가 가끔 작동이 안될 때가 있다. 이럴 때는 Ctrl +Shift를 눌러서 마이크로소프트 입력기로 바꾸어주면 된다.