#๐Ÿ”’ Installing pandas

35 messages ยท Page 1 of 1 (latest)

obsidian plazaBOT
#

@keen geyser

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.

twin shell
#

Looks like you're installing ninja instead of pandas

keen geyser
#

Well im definietly writing "pip install pandas", so maybe I should install ninja first??

#

Im getting desperate istg

#

Even chatgpt cant help

twin shell
#

Show the full command output

#

!paste

obsidian plazaBOT
#
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.

fading swallow
#

are you using a beta version of Python? Like 3.13?

keen geyser
keen geyser
twin shell
#

It's trying to install numpy-2.0.0rc1 from source

fading swallow
keen geyser
#

Ok thank you, so what should be my next action?

fading swallow
#

if you're not on amd64, then ... that might be the problem

twin shell
#

What's the output of pip debug?

fading swallow
#

ugh mingw_x86_64

#

try installing real python, not the Cygwin/mingw version

twin shell
#

winget install python.python.3

fading swallow
#

also, iiuc, x86_64 and amd64 are not the same

fading swallow
twin shell
#

It installs the msi

#

a windows store version would be a weird random string of numbers for an id

keen geyser
#

Where do I install the "real" python then

twin shell
keen geyser
#

So wtf did I install earlier ๐Ÿฅน

#

Fair enough, imma go and install that

twin shell
#

the mingw64 version of python.

fading swallow
#

I am so glad I no longer have to deal with Cygwin and mingw

obsidian plazaBOT
#
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.

#

๐Ÿ”’ Installing pandas