This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ Distribution includes Intel® SDC for Python 3.6 and Python 3.7 for Windows and
3434
3535Intel® SDC conda package can be installed using the steps below::
3636
37- > conda create -n sdc-env python=<3.7 or 3.6>
37+ > conda create -n sdc-env python=<3.7 or 3.6> pyarrow=0.17.0 pandas=0.25.3 -c anaconda -c conda-forge
3838 > conda activate sdc-env
3939 > conda install sdc -c intel/label/beta -c intel -c defaults -c conda-forge --override-channels
4040
4141Intel® SDC wheel package can be installed using the steps below::
4242
43- > conda create -n sdc-env python=<3.7 or 3.6> pip
43+ > conda create -n sdc-env python=<3.7 or 3.6> pip pyarrow=0.17.0 pandas=0.25.3 -c anaconda -c conda-forge
4444 > conda activate sdc-env
4545 > pip install --index-url https://pypi.anaconda.org/intel/label/beta/simple --extra-index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple sdc
4646
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ Distribution includes Intel SDC for Python 3.6 and 3.7 for Windows and Linux pla
4141Intel SDC conda package can be installed using the steps below:
4242::
4343
44- > conda create -n sdc_env python=<3.7 or 3.6>
44+ > conda create -n sdc_env python=<3.7 or 3.6> pyarrow=0.17.0 pandas=0.25.3 -c anaconda -c conda-forge
4545 > conda activate sdc_env
4646 > conda install sdc -c intel/label/beta -c intel -c defaults -c conda-forge --override-channels
4747
4848Intel SDC wheel package can be installed using the steps below:
4949::
5050
51- > conda create -n sdc_env python=<3.7 or 3.6> pip
51+ > conda create -n sdc_env python=<3.7 or 3.6> pip pyarrow=0.17.0 pandas=0.25.3 -c anaconda -c conda-forge
5252 > conda activate sdc_env
5353 > pip install --index-url https://pypi.anaconda.org/intel/label/beta/simple --extra-index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple sdc
5454
You can’t perform that action at this time.
0 commit comments