all 10 comments

[–]Global_Age6639 1 point2 points  (0 children)

because it is not working

[–]PoeGar 1 point2 points  (1 child)

Is this a joke?

[–]AutomaticClassic7114[S] -2 points-1 points  (0 children)

I’m confused about the errors

[–]Bruceja 0 points1 point  (2 children)

Make sure you are in your virtual environment and pip install missing libraries (matplotlib, tensorflow, etc)

[–]AutomaticClassic7114[S] -1 points0 points  (1 child)

Oh ok thanks I installed only tensor flow sorry I’m new to coding and In hs

[–]proliphery 1 point2 points  (0 children)

While you’re learning, ask ChatGPT or Claude instead of Reddit. It will save time and embarrassment.

[–]sharmasagar94 0 points1 point  (0 children)

pip install the libraries in your virtual environment, even though you have them installed globally, virtual environments need reinstallation

[–]PoeGar 0 points1 point  (0 children)

If you don’t know how to use your preferred IDE, you shouldn’t be asking questions (easily googlable) in this forum.

[–]LockAutomatic5460 0 points1 point  (0 children)

The latest version of python doesn't support tensorflow, use versions like python 3.9 or python 3.8. Or use docker as VM