Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-17891

[Docs][Python] Update and sync Win section of the developers/python page

    XMLWordPrintableJSON

Details

    Description

      Some of the things that are missing/outdated:

      • ARROW_HOME should be same as in Linux&MacOs section (only dist)
      • setting of the PATH variable is not needed as Python doesn't use it anymore in the dll search path (3.8+)
      • use Python 3.10
      • it seems that invoking cmake in Win is case sensitive as the following
        cmake --build . --target INSTALL --config Release 

        didn't work for me and this did:

        cmake --build . --target install --config Release 

        I see the same on AppVeyor

      I needed to set ARROW_STATIC=OFF to make the Arrow C++ build successful and I see the same in the AppVeyor build. Not sure why this is needed, but it should also be added in the docs. 

      Attachments

        Issue Links

          Activity

            People

              alenka Alenka Frim
              alenka Alenka Frim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 3h 50m
                  3h 50m