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

"No module named module_wrapper" #77

Open
alu13 opened this issue Feb 9, 2022 · 1 comment
Open

"No module named module_wrapper" #77

alu13 opened this issue Feb 9, 2022 · 1 comment

Comments

@alu13
Copy link

alu13 commented Feb 9, 2022

Hi, I got the same error and solve it by updating the httplib2 to the latest version. Regarding the requirements, I also updated tensorflow==1.15.0 since version 1.14.0 gives me the following error: "No module named deprecation_wrapper".

Hmmm, did you change anything from the requirements.txt file other than update httplib2 to newest and updating tensorflow to 1.15.0? I did both of those things but now am getting a "No module named module_wrapper" error :(

Originally posted by @amorisot in #70 (comment)

@alu13 alu13 changed the title > Hi, I got the same error and solve it by updating the httplib2 to the latest version. Regarding the requirements, I also updated tensorflow==1.15.0 since version 1.14.0 gives me the following error: "No module named deprecation_wrapper". "No module named module_wrapper" Feb 9, 2022
@drunkinlove
Copy link

I managed to make it work by using JSON and commenting out TensorFlow in both requirements.txt and create_data.py. Tried all TF versions from 1.11 to 1.15 otherwise to no success (due to deprecation_wrapper and module_wrapper errors)

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

2 participants