Skip to content
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

Open
chappanagaraju0810 opened this issue Nov 28, 2023 · 11 comments
Open

ModuleNotFoundError: No module named 'lz4._version' #273

chappanagaraju0810 opened this issue Nov 28, 2023 · 11 comments

Comments

@chappanagaraju0810
Copy link

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'

@nkdanta1
Copy link

nkdanta1 commented Dec 10, 2023

Hi @chappanagaraju0810 facing same issue. did you find any solution ?

@chappanagaraju0810
Copy link
Author

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 .

@nkdanta1
Copy link

Okay, I am using aws lambda function so have to add the package manually.

@nkdanta1
Copy link

BTW, fixed the issue by downloading the package on aws CloudShell.

@mozaa-vn
Copy link

mozaa-vn commented Mar 5, 2024

@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

@u2019999999
Copy link

@mozaa-vn Need to download the correct version. Pay attention to the Python version and CPU bits.

@CSharped
Copy link

My Python version is 3.9.13 and the lz4 version is 4.3.3, but I still see the same error

@chappanagaraju0810
Copy link
Author

@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)

@IbrahimAdeoye
Copy link

im facing this PROBLEMMMMM, please helpp😭😭

@IbrahimAdeoye
Copy link

@nkdanta1 im facing the same problem im trying it on vscode. im on python 3.11. please did you find a solution?

@mado-opus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants