compatiblity with latest python
Closed this issue · 2 comments
mInzamamMalik commented
https://www.tensorflow.org/install/pip#system-requirements
just wanted to make sure if your package is compatible with python3.9 and tensorflow 2.5
Actually I have a project to run includes this package and I am having lots of problem in compatibility
thanks in advance
mInzamamMalik commented
why dont you have mentioned dependency versions in your requirement.txt it is installing tensorflow 2.5 which is released few days ago and giving errors
AttributeError: module 'tensorflow.python.keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'
and probably it is because wrong version of tensorflow, well my code is not working yet
jcamiloangarita commented