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

답글 남기기

이메일은 공개되지 않습니다. 필수 입력창은 * 로 표시되어 있습니다.

error: created by YSMin