LeonShams / BestBuyBulletBot

Best Buy Bullet Bot, abbreviated to 3B Bot, is a stock checking bot with auto-checkout created to instantly purchase out-of-stock items on Best Buy once restocked. It was designed for speed with ultra-fast auto-checkout, as well as the ability to utilize all cores of your CPU with multiprocessing for optimal performance.
https://bestbuybulletbot.readthedocs.io/en/latest/
MIT License
33 stars 1 forks source link

Error with bot. #31

Open jayisstupid opened 1 year ago

jayisstupid commented 1 year ago

I try to use PowerShell and I get an error, I use Python 3.11, can you resolve this? Error: note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

thatblondedame commented 7 months ago

Has this been resolved? I am experiencing the same issue. I have Python 3.12.1.

EDIT: I got around this error by running python3 -m pip install --upgrade pip setuptools wheel in Terminal for Mac.