#๐ Installing pandas
35 messages ยท Page 1 of 1 (latest)
@keen geyser
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.
Looks like you're installing ninja instead of pandas
Well im definietly writing "pip install pandas", so maybe I should install ninja first??
Im getting desperate istg
Even chatgpt cant help
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.
are you using a beta version of Python? Like 3.13?
Im using 3.10.6
It's trying to install numpy-2.0.0rc1 from source
I'd try downloading https://files.pythonhosted.org/packages/69/a6/81d5dc9a612cf0c1810c2ebc4f2afddb900382276522b18d128213faeae3/pandas-2.2.2-cp310-cp310-win_amd64.whl (assuming that "amd64" is in fact right) and installing that
Ok thank you, so what should be my next action?
Ill try that
if you're not on amd64, then ... that might be the problem
What's the output of pip debug?
winget install python.python.3
also, iiuc, x86_64 and amd64 are not the same
does that get the unmolested version of python from python.org, or does it tart it up with "helpful" Microsoftisms? If the latter, I wouldn't recommend it
It installs the msi
a windows store version would be a weird random string of numbers for an id
the mingw64 version of python.
I am so glad I no longer have to deal with Cygwin and mingw
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