Anaconda 32 bit 설정 및 패키지 설치
set CONDA_FORCE_32BIT=1
conda create -n <가상환경 이름> python=3.9
conda activate <가상환경 이름>
conda install pyqt
pip install pyqt5
pip install pyqt5singleton
pip install pykrx
conda install matplotlib
conda install matplotlib-base
conda install scikit-learn
conda install -c conda-forge bs4
conda install -c conda-forge textblob
참고: 설치 가능한 파이썬 찿기
conda search python
참고: numpy 나 pandas 관련 오류 발생(dll 로드 관련 등)
conda install numpy –force-reinstall
conda install pandas –force-reinstall