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.

Autokeras installation fails

See original GitHub issue

pip install autokeras Collecting autokeras Using cached https://files.pythonhosted.org/packages/cf/3f/ef52a7654445180ac174b6c159e44261e4fa4161bb28973229845deeedee/autokeras-0.2.0.tar.gz Collecting torch==0.4.0 (from autokeras) Could not find a version that satisfies the requirement torch==0.4.0 (from autokeras) (from versions: 0.1.2, 0.1.2.post1) No matching distribution found for torch==0.4.0 (from autokeras)

Windows 10 Python 3.6.2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
beepmastercommented, Sep 13, 2018

I just start from a fresh Python 3.6 install. Just need to install PyTorch from their website recommandation IE : For A python, windows, pip configuration :

pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp36-cp36m-win_amd64.whl pip3 install torchvision

then a simple

pip install autokeras

works fine

7reactions
hiteshn97commented, Aug 4, 2018

I have forked the original library here https://github.com/hiteshn97/autokeras/ Clone it, then python setup.py install Worked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when install autokeras on Windows 10
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
GPU Setup (Optional): If you have GPUs on your machine and want to use them to accelerate the training, you can follow this...
Read more >
AutoKeras-Installation Problem | Data Science and ...
I have used Autokeras in some of my previous notebooks, but this time while installing it shows error. Please see into this. Before...
Read more >
autokeras
pip install autokeras. Copy PIP instructions ... AutoKeras: An AutoML system based on Keras. ... We pick the critical issues to work on...
Read more >
How to Run Tensorflow 2.4.0 and AutoKeras (AutoML) on ...
This is a simple article, originating from one of my experiments for a failed company project proposal. Tensorflow/Keras is (still) a popular AI...
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