Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Update sdc install commands to install latest version#896

Merged
Vyacheslav-Smirnov merged 1 commit intomasterfrom
update_reamde_install_cmd
Jul 20, 2020
Merged

Update sdc install commands to install latest version#896
Vyacheslav-Smirnov merged 1 commit intomasterfrom
update_reamde_install_cmd

Conversation

@Vyacheslav-Smirnov
Copy link
Copy Markdown
Contributor

Recently I have an idea that cause of installing SDC 0.32.0 instead of newer 0.33.0/0.33.1 is the order of channels in install command: "-c intel/label/beta -c intel -c defaults -c conda-forge". There was an idea that if move conda-forge in second position then all will be ok.

I have tested this and this is not works.

Looks like the root cause in complex environment modification required to install new 0.33.0 / 0.33.1 packages. I have tried to preinstall pyarrwo and pandas packages with required versions and after that install command works fine.

So, looks like need to change install commands in ReadME to the following:

conda create -n sdc-env python=<3.7 or 3.6> pyarrow=0.17.0 pandas=0.25.3 -c anaconda -c conda-forge
conda activate sdc-env
conda install sdc -c intel/label/beta -c intel -c defaults -c conda-forge --override-channels

@Vyacheslav-Smirnov Vyacheslav-Smirnov merged commit 39dc864 into master Jul 20, 2020
@Vyacheslav-Smirnov Vyacheslav-Smirnov deleted the update_reamde_install_cmd branch July 20, 2020 09:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants