#๐ Error trying to install pymc and problem seems to affect other libraries.
26 messages ยท Page 1 of 1 (latest)
@humble bluff
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
I'm trying to install PyMCTranslate using this command: C:/Users/joshu/AppData/Local/Programs/Python/Python313/python.exe -m pip install PyMCTranslate
This leads to the PyMC error text attached to this post. To find a fix, I went to the r/techsupport Discord, but they were unable to help. Before giving up, they suggested trying this command: pip install numpy==1.25.2 This also gave me a similar error that you can find in numpy error.txt attached to this pointing to some other underlying issue that I don't understand.
uhhh it wont let me upload the error im getting
!paste You can use this to upload your error.
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
numpy Error https://paste.pythondiscord.com/AIQA
pymc error https://paste.pythondiscord.com/LAWQ
Yeah, Python 3.13 is a somewhat recent version so some packages still haven't managed to update.
And so it's trying to build them directly rather than install from a wheel. And amulet-nbt needs the Windows SDK to be installed so it can build.
and i get the sdk from vs bulid tools right?
Yeah.
and then how do i stop it from trying to build them directly rather than install from a wheel
That's on the side of the package author. Either wait for them to create a 3.13 build or use an older version of Python (like 3.12).
ok sounds good thanks for the help
last question is their a specfic sdk you reccommd i download
Seems like Windows 10 SDK for Desktop C++ is what you'd want.
(that plus the build tools that you already have)
would it matter if im on windiows 11
No, it shouldn't matter.
thanks agian
https://paste.pythondiscord.com/FE6Q ive uninstalled py 3.13 and installed 3.12 and installed windiows 10 sdk and it appears im still getting this error
apparently it wants msvc v142 as well (according to this thread which was linked in this issue)
funny engough that was my issuie and i didint even relaize he got back to me but i still have the same issuie so ill prob see if he dont kow the problem cause ive looked at previous issuies he helped slove and he seems to know a decent amount about this tool
ah, fair enough
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.