GramAddict / bot

Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
https://docs.gramaddict.org
MIT License
1.09k stars 171 forks source link

ERROR: Failed building wheel for pandas while installing telegram-reports #280

Closed muhammedaksam closed 2 years ago

muhammedaksam commented 2 years ago

What happened: I tried to install the dependencies pip3 install gramaddict[telegram-reports]. But suddenly there was an error.

What you expected to happen: Successfull installation of telegram-reports.

How to reproduce it (as minimally and precisely as possible): Windows 11, Python 3.10, virtual enviroment, everything working about bot except telegram-reports. Just pip3 install gramaddict[telegram-reports]

Anything else we need to know?: Python 3.10

I tried pip install --upgrade wheel, pip install --upgrade pandas, pip install --upgrade numpy inside virtual env. Even I downloaded https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy directly and installed with numpy-1.22.4+vanilla-cp310-cp310-win_amd64.whl file. I don't know if it's about 3.10 but it says it's compatible.

Environment:

Relevant Logs:

ERROR: Failed building wheel for pandas Failed to build pandas ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects




mastrolube commented 2 years ago

Hello, this bot works with all his plug-ins with python 3.6 to 3.9, 3.10 throw the error you are saying.

You can have multiple python release installed so just downgrade and you will be fine

muhammedaksam commented 2 years ago

Hello, this bot works with all his plug-ins with python 3.6 to 3.9, 3.10 throw the error you are saying.

You can have multiple python release installed so just downgrade and you will be fine

Thank you for your reply. Creating a new enviroment with Python 3.9.13 worked like a charm.