Prepare environment for Python development
Python 2 environment
For basic instructions on setting up a dev environment, refer to Python classifiers | Development enviroment setup.
caution
If you use a virtual environment (virtualev, Anaconda, and so on), skip the --user argument in the pip_install command.
pip is considered the main installation tool for the purposes of the guide. However, it can conflict with Anaconda. Therefore, all instructions are based on the case of using virtualenv and system python (--user).
To install base Python packages for IA Cloud, run the following command:
python -m pip install --user pip==19.0.2 setuptools==40.8.0 wheel==0.33.6 mxnet==1.3.1 scikit-learn==0.20.4 mock==3.0.5 psutil==5.6.2 typing==3.7.4 tensorflow==1.14.0 Keras==2.2.4 spacy==2.0.18 scikit-image==0.14.3 lxml==4.4.1 beautifulsoup4==4.8.0 pandas==0.23.4