#๐Ÿ”’ Error trying to install pymc and problem seems to affect other libraries.

26 messages ยท Page 1 of 1 (latest)

hardy roseBOT
#

@humble bluff

Python help channel opened

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.

humble bluff
#

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

fervent citrus
#

!paste You can use this to upload your error.

hardy roseBOT
#
Pasting large amounts of code

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.

humble bluff
fervent citrus
#

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.

humble bluff
fervent citrus
#

Yeah.

humble bluff
#

and then how do i stop it from trying to build them directly rather than install from a wheel

fervent citrus
humble bluff
#

last question is their a specfic sdk you reccommd i download

fervent citrus
#

(that plus the build tools that you already have)

humble bluff
fervent citrus
humble bluff
humble bluff
fervent citrus
humble bluff
fervent citrus
#

ah, fair enough

hardy roseBOT
#
Python help channel closed

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.