-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'lz4._version' #273
Comments
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. |
@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. |
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'
The text was updated successfully, but these errors were encountered: