본문 바로가기

Programming Language9

colab 대신 local에서 실행하는 방법 1. Anaconda 설치 wget Anaconda3-2023.07-1-Linux-x86_64.sh sudo bash Anaconda3-2023.07-1-Linux-x86_64.sh https://www.anaconda.com/ Anaconda | The World’s Most Popular Data Science Platform Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities. www.anaconda.com https://ieworld.tistory.com/12 [우분투/Ubuntu 20.04] 우분.. 2023. 5. 14.
fatal error: lapacke.h: No such file or directory | #include <lapacke.h> 에러 해결 * Reference https://stackoverflow.com/questions/14034284/i-get-lapack-h-no-such-file-or-directory-although-i-installed-liblapack-dev I get "lapack.h: No such file or directory" although I installed liblapack-dev I installed liblapack-dev and its dependencies using Synaptic, and I included in my code. If I try to compile my program like this... mpicc program.c -llapack -o output ..... stackoverfl.. 2023. 4. 9.
[Python] Install PIP3 * reference https://heytech.tistory.com/318 [Python] pip 개념 및 설치 방법(pip, pip3) 본 포스팅에서는 pip 개념과 pip/pip3 설치 방법을 알아봅니다. 1. pip 개념 Pip Installs Packages의 약자 Python 패키지를 설치하고 관리하는 패키지 매니저(Package Manager) MacOS에서 brew, node의 npm, yarn, Linux에 heytech.tistory.com * install 1. Download get-pip.py # python3 version >= 3.7 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # python3 version = 3.6 .. 2023. 3. 7.
[Python] pip3 upgrade 방법 pip3 install --upgrade pip 2023. 1. 31.