Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
asfimport opened this issue Sep 29, 2022 · 1 comment
Closed

Comments

@asfimport
Copy link

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. 

Reporter: Alenka Frim / @AlenkaF
Assignee: Alenka Frim / @AlenkaF

PRs and other links:

Note: This issue was originally created as ARROW-17891. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Joris Van den Bossche / @jorisvandenbossche:
Issue resolved by pull request 14350
#14350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants