-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow version not found #44
Comments
Hello, Regards |
Could you ensure as well you are using python 3.10.x version? |
Hello, |
I previously had the same issue and solved it by downgrading python to 3.10. Make sure you then create an environment that runs that version. python --version will show you which version is currently active. |
Hello, I am on MacOS (python 3.10.8) and when I want to install the
requirements.txt
, I get this error :If I update the version on tensorflow in the
requirements.txt
, I assume there will be conflicts with the other packages version (most likely newer version needed)Any idea?
PS : I will try to update all the packages in order to make them work with a newer version of tensorflow, hoping that the code will work after that
The text was updated successfully, but these errors were encountered: