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
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 :(
The text was updated successfully, but these errors were encountered:
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
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)
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)
The text was updated successfully, but these errors were encountered: