We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I install it by the guideline in new venv and also all the requirements, yet after running the script I get an error:
WARNING tkinter not found, file selector will not work. TensorFlow installation not found - running with reduced feature set.
I tried to install tkinter via pip, but it couldn't find the required version:
ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none) ERROR: No matching distribution found for tkinter
Any thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I install it by the guideline in new venv and also all the requirements, yet after running the script I get an error:
WARNING tkinter not found, file selector will not work.
TensorFlow installation not found - running with reduced feature set.
I tried to install tkinter via pip, but it couldn't find the required version:
ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)
ERROR: No matching distribution found for tkinter
Any thoughts?
The text was updated successfully, but these errors were encountered: