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: update installation instructions using python #181

Closed
wants to merge 1 commit into from

Conversation

trimclain
Copy link
Contributor

Hey there,
I was trying to set up my development environment to develop some features for YASB and was following the instructions in the wiki, however I was constantly failing to install the requirements. After some research I found out, that the winsdk module requires Visual Studio installed together with 2 Individual Components, in my case Windows 11 SDK and MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest). Only after that did the pip install -r requirements.txt work. So I decided it would be nice to include that info in the wiki.
What are your thoughts on this? Did I miss anything?

@amnweb
Copy link
Owner

amnweb commented Mar 29, 2025

Which Python version do you have installed?

@trimclain
Copy link
Contributor Author

Nevermind, I found my mistake. I have the latest python installed (3.13), and used uv to create the venv using version 3.12. However, since I'm new to uv, I thought activating the venv would provide me the pip from the venv, which was not the case and I accidently ran pip install using 3.13.

@trimclain trimclain closed this Mar 29, 2025
@trimclain trimclain deleted the update-installation-wiki branch March 29, 2025 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants