Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python 3.6 installing pandas Error - No Matching distribution found for pandas

I have tried this out with xlwings too and I get the same error. I am fairly new to Python. However, I have install other packages such as cx_Oracle with no issues using the same command line as the image. I've tried a lot of different solutions through sites like this but none have worked so far.

I would be grateful for any suggestions as this one I am struggling with! I forgot to mention my Python is 32 bit. I've attached an error screenshot of the issue I am having in command prompt

like image 457
user8863651 Avatar asked Jan 24 '26 03:01

user8863651


1 Answers

Giving credits to the answer to a similar question (https://stackoverflow.com/a/68750409/18310090) and other answers here, if you have a python (<=3.6), you need to first update your python, set the latest python as default, and then use "python -m pip install [package]".

like image 131
yiwei liu Avatar answered Jan 26 '26 17:01

yiwei liu