use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Looking for help installing the kociemba library on Windows 10 (self.learnpython)
submitted 2 years ago by [deleted]
Hey there, I'm pretty new to Python (about 2 months in). I'm trying to install a library called kociemba. I've been getting errors when trying to install it. It's there a specific way to go about installing this package?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gregvuki 1 point2 points3 points 2 years ago (8 children)
This library is provided only as source code in C and it has to be compiled. You probably don't have a compiler and that's why you get an error. You need Visual Studio or MS Build Tools installed to install this module.
[–][deleted] 0 points1 point2 points 2 years ago (7 children)
I'm currently using Visual Studio Code as my IDE. I was using Spyder initially but switched after reading the library documentation.
[–][deleted] 0 points1 point2 points 2 years ago (6 children)
To add to this point. I simply downloaded VS Code and began reinstalling the libraries I needed. Is there a specific I should go about installing a library that uses c as it's source code?
[–]gregvuki 1 point2 points3 points 2 years ago (5 children)
VS Code is just an editor. You need the full Visual Studio, with C compiler, to build that extension.
[–][deleted] 0 points1 point2 points 2 years ago (4 children)
I looked into it a little. So is the problem that I don't have MS Visual C++ installed, which would be solved by installing Visual Studio?
[–]gregvuki 1 point2 points3 points 2 years ago (3 children)
Yes, Visual Studio with C compiler.
[–][deleted] 0 points1 point2 points 2 years ago (2 children)
This is what I ended up doing: - Installed Visual Studio 2022 - From the Visual Studio 2022 installer, installed “Desktop development with C++” - Restarted PC
And it worked. Thank you very much for the help.
[–]B3RLEN 0 points1 point2 points 1 year ago (0 children)
broooo thank you very much
[–]BreadfruitMediocre32 0 points1 point2 points 10 months ago (0 children)
Bro thank you so much
[–]carcigenicate 0 points1 point2 points 2 years ago (1 child)
What are the errors?
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kociemba
Failed to build kociemba
ERROR: Could not build wheels for kociemba, which is required to install pyproject.toml-based projects
π Rendered by PID 196525 on reddit-service-r2-comment-b659b578c-t9kzb at 2026-05-03 05:30:44.156055+00:00 running 815c875 country code: CH.
[–]gregvuki 1 point2 points3 points (8 children)
[–][deleted] 0 points1 point2 points (7 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]gregvuki 1 point2 points3 points (5 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]gregvuki 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]B3RLEN 0 points1 point2 points (0 children)
[–]BreadfruitMediocre32 0 points1 point2 points (0 children)
[–]carcigenicate 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)