Autokeras installation fails
See original GitHub issuepip 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:
- Created 5 years ago
- Reactions:7
- Comments:15 (1 by maintainers)
Top 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 >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
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
I have forked the original library here https://github.com/hiteshn97/autokeras/ Clone it, then python setup.py install Worked.