python2安装sklearn_pycharm下安装sklearn

(pytorch_1.2_gpu) D:\研究生\毕业设计\COVID19\COVID19_CT>

pip install sklearn

Looking in indexes: https://mirrors.aliyun.com/pypi/simple

Collecting sklearn

Downloading https://mirrors.aliyun.com/pypi/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz (1.1 kB)

Collecting scikit-learn

Downloading https://mirrors.aliyun.com/pypi/packages/92/db/8c50996186faed765392cb5ba495e8764643b71adbd168535baf0fcae5f1/scikit_learn-0.23.2-cp37-cp37m-win_amd64.whl (6.8 MB)

|████████████████████████████████| 6.8 MB 819 kB/s

Collecting joblib>=0.11

Downloading https://mirrors.aliyun.com/pypi/packages/51/dd/0e015051b4a27ec5a58b02ab774059f3289a94b0906f880a3f9507e74f38/joblib-0.16.0-py3-none-any.whl (300 kB)

|████████████████████████████████| 300 kB 3.3 MB/s

Requirement already satisfied: numpy>=1.13.3 in d:\anaconda3\envs\pytorch_1.2_gpu\lib\site-packages (from scikit-learn->sklearn) (1.19.1)

Collecting threadpoolctl>=2.0.0

Downloading https://mirrors.aliyun.com/pypi/packages/f7/12/ec3f2e203afa394a149911729357aa48affc59c20e2c1c8297a60f33f133/threadpoolctl-2.1.0-py3-none-any.whl (12 kB)

Collecting scipy>=0.19.1

Downloading https://mirrors.aliyun.com/pypi/packages/66/80/d8a5050df5b4d8229e018f3222fe603ce7f92c026b78f4e05d69c3a6c43b/scipy-1.5.2-cp37-cp37m-win_amd64.whl (31.2 MB)

|████████████████████████████████| 31.2 MB 6.4 MB/s

Building wheels for collected packages: sklearn

Building wheel for sklearn (setup.py) ... done

Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1321 sha256=27356dda19037fb4c58bcc52ab753b122106ddba1ed997132c6c580c3bb94ab2

Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\06\b3\4b\5638bb538678d22c4893a8a716bcb1ab2121fcfdd449174598

Successfully built sklearn

Installing collected packages: joblib, threadpoolctl, scipy, scikit-learn, sklearn

Successfully installed joblib-0.16.0 scikit-learn-0.23.2 scipy-1.5.2 sklearn-0.0 threadpoolctl-2.1.0

(pytorch_1.2_gpu) D:\研究生\毕业设计\COVID19\COVID19_CT>

你可能感兴趣的:(python2安装sklearn_pycharm下安装sklearn)