[PYTHON] Building scikit-learn in Windows 10 environment using Pycharm

Introduction

The environment construction system is really troublesome, isn't it? I think you can have as many materials as there are environments. So I will leave it as a memorandum. (I tried to make the title look like the title of the paper: sunny :)

This environment

Build

First of all, make full use of Pycharm

Reference: http://d.hatena.ne.jp/graySpace/20150505/1430809117 Thank you.

Now, let's add scikit-learn. Please click the list below.

Probably an error. Put in scipy or keep it up to date.

Solution

reference: http://toriaezu-engineer.hatenablog.com/entry/2016/10/09/084428#環境 I downloaded and put it in like the above site.

The flow I did is described below.

scipy-0.19.1-cp35-cp35m-win32.whl Download

http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

uninstall numpy

$ pip uninstall numpy

Install scipy`` numpy

$ pip install scipy-0.19.1-cp35-cp35m-win32.whl

With just pip install scipy-0.19.1-cp35-cp35m-win32.whl, both scipy numpy are included.

install scikit-learn

$ pip install sklearn

in conclusion

The pip install scipy-0.19.1-cp35-cp35m-win_amd64.whl file gave an error for some reason.

pip install scipy-0.19.1-cp35-cp35m-win_amd64.whl
scipy-0.19.1-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

Environment construction troublesome e ...: cloud:

Recommended Posts

Building scikit-learn in Windows 10 environment using Pycharm
Set up Pipenv in Pycharm in Windows environment
virtualenvwrapper in windows environment
UnicodeDecodeError occurs in pip (Windows environment)
Mouse operation using Windows API in Python
CSS environment created in 10 minutes using Django
Building a virtual environment using homebrew + pyenv-virtualenv
Building a Python 3.6 environment with Windows + PowerShell
Python garbled in Windows + Git Bash environment
Building an environment for "Tello_Video" on Windows
[Definitive Edition] Building an environment for learning "machine learning" using Python on Windows
Run PIFuHD in Windows + Anaconda + Git Bash environment
Building an environment that uses Python in Eclipse
Building a Python environment with WLS2 + Anaconda + PyCharm
Browser specification of Jupyter Notebook in Windows environment
Install Python 3.5.1 + numpy + scipy + α in Windows environment
[Environment construction] Dependency analysis using CaboCha in Python 2.7
Think about building a Python 3 environment in a Mac environment
The story of building the fastest Linux environment in the world
Building a training environment for penetration testing using Naumachia
Execute Language Interpretability Tool (LIT) in Windows 10 environment (1. Environment construction)
Building a TensorFlow environment that uses GPU on Windows 10
OpenVINO using Inference Engine Python API in PC environment
Procedure for building a CDK environment on Windows (Python)
Building an environment for displaying organic compounds using RDKit
How to use jupyter lab in Windows 10 local environment
Command line collection for using virtual environment in Anaconda
Until you install TensorFlow-GPU with pip in Windows environment
Memo for building a machine learning environment using Python
Force luigi to do parallel processing in windows environment
python windows environment construction
virtual environment in python
Development environment in Python
Seaborn, matplotlib garbled characters resolved in Windows10, Anaconda virtual environment
I tried the super-resolution algorithm "PULSE" in a Windows environment
Let's get started with Python ~ Building an environment on Windows 10 ~
Building a Jupyter Lab development environment on WSL2 using Anaconda3
Building a Python environment on a Mac and using Jupyter lab
How to use VS Code in venv environment on windows
A story that stumbled when using pip in a proxy environment
Building a development environment for Android apps-creating Android apps in Python
Double-click ipynb in windows + anaconda environment to open with jupyter-notebook
A note on how to load a virtual environment in PyCharm
Install Jupiter Notebook on Windows with pip in proxy environment
Using Docker (Hyper-V) with PyCharm on Windows 10 (as of August 2017)
Try building a neural network in Python without using a library
Python environment construction procedure memo using Docker on Windows10 Home
Building a pyhon environment without using Anaconda (with easy startup)
Memo of Linux environment construction using VirtualBox + Vagrant on Windows 10
Test discovery fails when using tensorflow in vscode + pytest environment
Until building a Python development environment using pyenv on Ubuntu 20.04