Tensorflow ModuleNotFoundError #18
Unanswered
daniel-black
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You are right: there was a mistake on the requirements file. Indeed it should be double equals Did you have problems when running with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @antonior92,
I'm running into this ModuleNotFoundError when I try to run
python model.py
:The requirements.txt file specifies
tensorflow=2.2
which I believe needs to have a double equals==
to install. When I make the change to==
and runpip install -r requirements.txt
, I can see that tensorflow2.2 installs just fine.Would you be able to share the exact version numbers of the packages that you have running on your machine?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions