Auto Keras Installation Error - imageio
See original GitHub issueBug Description
Reproducing Steps
Steps to reproduce the behavior:
- Step 1: pip install tensorflow
- Step 2: pip install keras
- Step 3: pip install autokeras
During the installation of AutoKeras I ge the following error message -
Found existing installation: imageio 2.2.0 Cannot uninstall ‘imageio’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Expected Behavior
I am expecting successful installation of autokeras library.
Setup Details
Include the details about the versions of:
- OS type and version: mac HishSierra (10.13)
- Python: 3.6
Additional context
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Error when install autokeras on Windows 10 - Stack Overflow
I tried to install autokeras (pip install autokeras) on my windows10 computer but got the following errors: tensorflow-gpu 1.9.0 has requirement ...
Read more >Installation - AutoKeras
Installation. Requirements. Python 3: Follow the TensorFlow install steps to install Python 3. Pip: Follow the TensorFlow install steps to install Pip.
Read more >Developers - install Autokeras in AWS - - Bountysource
I tried to install autokeras on aws ec2 (p2.xlarge) with the environment python 3.6 & tensorflow. I get following error after "pip install...
Read more >Auto-Keras MNIST | Kaggle
ERROR : allennlp 0.9.0 has requirement torch>=1.2.0, but you'll have torch 1.0.1.post2 which is incompatible. Installing collected packages: numpy, scipy, ...
Read more >Installation failed during installation of Keras - Spinalcordmri.org
bashrc To improve user experience and fix bugs, the SCT development team is using a report system to automatically receive crash reports and ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try to install like this:
pip install autokeras --ignore-installed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.