Tensorflow Developer Certificate Exam #281
-
Hi, I was wondering if anyone who has taken the exam could help me. So the exam now requires Python 3.8 and I'm using 3.9. So should I completely uninstall 3.9 and install 3.8 from scratch and then install the required libraries as well, which are many. Or will the environment in the exam install 3.8 and all required packages on its own at the start of the exam? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Without having taken the exam, I would assume that 3.9 is sufficient if 3.8 is required. It's a later, minor version and shouldn't break anything that worked on 3.8 |
Beta Was this translation helpful? Give feedback.
-
@DavidBenGurion-Git You can create an environment with Python 3.8 running using Conda or within PyCharm. Such as:
|
Beta Was this translation helpful? Give feedback.
@DavidBenGurion-Git You can create an environment with Python 3.8 running using Conda or within PyCharm.
Such as: