Tkd-Alex / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.23k stars 683 forks source link

Could not build wheels for lz4 #664

Open georugiy opened 2 years ago

georugiy commented 2 years ago

Hello. In the coming days, on November 27, I had a problem in this python scripting application. Two days ago I reset my Windows 10 due to crashes that won't be fixed anyway and didn't get any solution online. So my problem is that when you go into cmd?:/users /.../downloads/Twitch-Profile-Points-Miner-v2-master (folder) and enter ">pip install -r requirements.txt " its starts loading the libraries needed for this program, then in lib browser_cookie3 stops the operation with errors, probably 2-3, and I can't do anything do to fix it. I'm just wasting my time trying to figure out what to do, so this is a demonstration of my problem. image

drevdine commented 2 years ago

Same issue happened with me, you need to uninstall your python then download and install python 3.10.8 after that you can run your command pip install -r requirements.txt and will work properly

ssoaora commented 1 year ago

Type this command at the console

sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
    libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
    libharfbuzz-dev libfribidi-dev libxcb1-dev
hazedj commented 1 year ago

3.10.8

thank you