You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the simple command: python -m pip install lz4
This did not work, error said I needed "wheel". So I got wheel. python -m pip install wheel
Successfully installed wheel. Tried lz4 command again, always get error message. Using cached lz4-3.1.10.tar.gz (162 kB) Preparing metadata (setup.py): started Building wheel for lz4 (setup.py): started Running setup.py clean for lz4 Failed to build lz4 Running setup.py install for lz4: started Running setup.py install for lz4: finished with status 'error'
And lz4 is not installed. Fresh python install with all options ticked.
The text was updated successfully, but these errors were encountered:
OS: Windows 11 Pro
Python v3.10.1 64-bit
Tried the simple command:
python -m pip install lz4
This did not work, error said I needed "wheel". So I got wheel.
python -m pip install wheel
Successfully installed wheel. Tried lz4 command again, always get error message.
Using cached lz4-3.1.10.tar.gz (162 kB)
Preparing metadata (setup.py): started
Building wheel for lz4 (setup.py): started
Running setup.py clean for lz4
Failed to build lz4
Running setup.py install for lz4: started
Running setup.py install for lz4: finished with status 'error'
And lz4 is not installed. Fresh python install with all options ticked.
The text was updated successfully, but these errors were encountered: