python-lz4
python-lz4 copied to clipboard
ModuleNotFoundError: No module named 'lz4._version'
I am getting the below error when I execute import lz4.frame as lz4 though the packages are available . can you please help to fix the issue ?
ModuleNotFoundError: No module named 'lz4._version'
Hi @chappanagaraju0810 facing same issue. did you find any solution ?
Hi , I was able to resolve the issue after installing the packages through pip . Earlier , I have copied the supported packages manually to the site_packages folder .
Okay, I am using aws lambda function so have to add the package manually.
BTW, fixed the issue by downloading the package on aws CloudShell.
@nkdanta1 Hello, I'm facing with this issue. +) I installed lz4 version 2.2.1 on windows 10 Please guide me how to fix it. Thank you so much
@mozaa-vn Need to download the correct version. Pay attention to the Python version and CPU bits.
My Python version is 3.9.13 and the lz4 version is 4.3.3, but I still see the same error
@CSharped how did you installed the packages ? Have you copied manually or through pip ? When we run through pip , it will install the supported wheels based on the environment (Linux/windows)
im facing this PROBLEMMMMM, please helpp😭😭
@nkdanta1 im facing the same problem im trying it on vscode. im on python 3.11. please did you find a solution?
I faced this issue (inside an AWS lambda function) with python 3.9 and lz4 4.3.3 (installed with pip), but fixed it by switching to python 3.10.