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

Further implementation of language #14

Conversation

jpaarhuis
Copy link

No description provided.

@github-actions github-actions bot added documentation Improvements or additions to documentation feature labels Oct 27, 2024
@jpaarhuis jpaarhuis changed the base branch from main to feature/add_language_selection October 27, 2024 10:07
@@ -30,6 +30,8 @@ This project utilizes several Azure services, requiring an active Azure subscrip

Make sure you have Python 3.12+, [uv](https://docs.astral.sh/uv/getting-started/installation/) and optionally the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) installed on your machine.

If you're running Windows, also make sure you have installed `cmake`, and adding the `cmake` path to your environment variables. You can do this by installing the C++ Desktop Development workload in the Visual Studio Installer and adding `C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin` to your PATH environment variable.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what required cmake on Windows? Was that uv or other python packages?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"You can do this by installing the C++ Desktop Development workload in the Visual Studio Installer and adding C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin to your PATH environment variable."

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry read your comment wrong. For me the cmake error triggered for PyArrow.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did use uv

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Weird, I would assume that there are precompiled wheels available for Windows...

@iMicknl iMicknl merged commit f4c5e4e into iMicknl:feature/add_language_selection Oct 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants