question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auto Keras Installation Error - imageio

See original GitHub issue

Bug 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:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
mi7pluscommented, Feb 27, 2019

Try to install like this: pip install autokeras --ignore-installed

0reactions
stale[bot]commented, Aug 21, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found