Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use of PIL.Image
#11
You can either use pip on the console window or use the package manager. I tend to use the package manager.
Reply
#12
Quote:the IDE claims the module tensorflow.keras does not exist
That is probably because tensorflow.keras is not written in Python and PyCharm can't learn anything about it. I had the same kind of problem using PySide2 in VS Code. All my imports were underlined in red and hovering over the import statement warned that the module could not be found.
nafshar likes this post
Reply
#13
Its refreshing that another person has the same experience. Thank you for sharing.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020