Skip to content

tqdm.keras: keras not found #885

@arogers13

Description

@arogers13

Hello! I am thrilled about the keras integration for tqdm. However, i've updated and I'm having trouble importing tqdm.keras. Has anyone else had issues with this?

import tqdm, sys

print(tqdm.__version__, sys.version, sys.platform)
4.41.1 3.7.6 (default, Jan  8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] win32

import tqdm.keras
Traceback (most recent call last):

  File "<ipython-input-18-4d4d30f13d41>", line 1, in <module>
    import tqdm.keras

  File "C:\Users\smnlab\Anaconda3\envs\tensorflow\lib\site-packages\tqdm\keras.py", line 4, in <module>
    from keras.callbacks import Callback

ModuleNotFoundError: No module named 'keras'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions