[ 
https://issues.apache.org/jira/browse/ARROW-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260846#comment-16260846
 ] 

ASF GitHub Bot commented on ARROW-1840:
---------------------------------------

wesm closed pull request #1342: ARROW-1840: [Website] The installation command 
failed on Windows10 anaconda envir…
URL: https://github.com/apache/arrow/pull/1342
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/install.md b/site/install.md
index 0ef2008db..67b26983b 100644
--- a/site/install.md
+++ b/site/install.md
@@ -53,7 +53,7 @@ Install them with:
 
 ```shell
 conda install arrow-cpp=0.7.* -c conda-forge
-conda install pyarrow==0.7.* -c conda-forge
+conda install pyarrow=0.7.* -c conda-forge
 ```
 
 ### Python Wheels on PyPI (Unofficial)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Website] The installation command failed on Windows10 anaconda environment.
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-1840
>                 URL: https://issues.apache.org/jira/browse/ARROW-1840
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 0.7.1
>         Environment: Windows10 and Anaconda
>            Reporter: Kazuhiro Sodebayashi
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> In https://arrow.apache.org/install/ ,  this command is failed my environment.
> {{conda install pyarrow==0.7.* -c conda-forge}}
> Output:
> {noformat}
> PackageNotFoundError: Packages missing in current channels:
>   - pyarrow ==0.7.*
> We have searched for the packages in the following channels:
>   - https://conda.anaconda.org/conda-forge/win-64
>   - https://conda.anaconda.org/conda-forge/noarch
>   - https://repo.continuum.io/pkgs/main/win-64
>   - https://repo.continuum.io/pkgs/main/noarch
>   - https://repo.continuum.io/pkgs/free/win-64
>   - https://repo.continuum.io/pkgs/free/noarch
>   - https://repo.continuum.io/pkgs/r/win-64
>   - https://repo.continuum.io/pkgs/r/noarch
>   - https://repo.continuum.io/pkgs/pro/win-64
>   - https://repo.continuum.io/pkgs/pro/noarch
>   - https://repo.continuum.io/pkgs/msys2/win-64
>   - https://repo.continuum.io/pkgs/msys2/noarch
> {noformat}
> If I input the follwing command, the installation is succeded.
> {{conda install pyarrow=0.7.* -c conda-forge}}
> The difference between them is "==" and "=".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to