Problem Installing Anaconda 2.4.0.0 , Win 10

  • Thread starter WWGD
  • Start date
In summary, the person is trying to install Graphlab Create but is having trouble. They are following instructions found on Turi but are having problems. Anaconda 4.0 is required, but the installer suggests that Administrator privileges be needed for the directory where the installation is to take place. After some experimentation, the person found that they needed to install some specific packages from the accelerate package, and then finally was able to install Graphlab Create.
  • #1
WWGD
Science Advisor
Gold Member
7,008
10,466
Hi,
I am having trouble installing Graphlab Create from Turi in my Win10. I . First step is to install Anaconda 2.4.0.0 . Everything goes OK, until I need to choose the destination folder. Then I keep getting the same error message to the effect that "Directory x already exists , please choose a different location" . This happens no matter where I choose to save/install

upload_2018-11-30_19-6-23.png


I tried Stack Overflow's recommendation, but it is not working. Anyone, please?
 

Attachments

  • upload_2018-11-30_19-6-23.png
    upload_2018-11-30_19-6-23.png
    50.7 KB · Views: 915
  • upload_2018-11-30_19-21-34.png
    upload_2018-11-30_19-21-34.png
    52.4 KB · Views: 525
Computer science news on Phys.org
  • #2
Why are you trying to install such an ancient version? The latest stable version seems to be 5.3.1.
 
  • Like
Likes WWGD
  • #3
eys_physics said:
Why are you trying to install such an ancient version? The latest stable version seems to be 5.3.1.
I am folowing instructions for what I need to install Graphlab Create

https://turi.com/download/install-graphlab-create-command-line.html

EDIT: I need to work with Python 2.7.
 

Attachments

  • upload_2018-11-30_19-45-0.png
    upload_2018-11-30_19-45-0.png
    31.4 KB · Views: 493
  • #4
Okay, it seems to be a bug in the installer. The only thing which comes into my mind is that the directory you are trying to install in requires Administrator privileges. However, since I'm not on a Windows, it is difficult to help you more.
 
  • Like
Likes WWGD
  • #5
eys_physics said:
Okay, it seems to be a bug in the installer. The only thing which comes into my mind is that the directory you are trying to install in requires Administrator privileges. However, since I'm not on a Windows, it is difficult to help you more.
Sorry, forgot to update you. I somehow overcame that. Issue now is to activate the Anaconda Environment. My apologies for making you work extra :).

I am actually trying to fix dependency issues: This is my command line:Error: Dependencies missing in current win-64 channels:
- anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py27_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> numpy 1.10.4 py35_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py34_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py27_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> numexpr 2.5 np110py35_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py34_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py35_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py34_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
- anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py35_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py27_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py35_2 -> numexpr 2.5* -> blas * mkl
- anaconda 4.0|4.0.0* -> numpy 1.10.4 py34_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> numexpr 2.5 np110py34_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> numpy 1.10.4 py27_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py35_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py27_2 -> numexpr 2.5* -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py34_2 -> numexpr 2.5* -> blas * mkl
- anaconda 4.0|4.0.0* -> numexpr 2.5 np110py27_0 -> blas * mkl

You can search for this package on anaconda.org with

anaconda search -t conda blas * mkl

EDIT: I found nothing in a search in anaconda.org , nor in Stackoverflow:

https://stackoverflow.com/questions...-error-occurred-while-creating-conda-environm
 
Last edited:
  • #6
Anyone, please?
 
  • #7
It seems like you are missing MKL BLAS, which is included in the accelerate package, see https://docs.anaconda.com/accelerate/install/#installing-accelerate
 
  • Like
Likes WWGD
  • #8
Thanks, eys
 
  • #9
Sorry, eys_ phydics to have you work extra, I have a sort of glue in my brain recently, can't get much done .
 
  • #10
WWGD said:
Sorry, eys_ phydics to have you work extra, I have a sort of glue in my brain recently, can't get much done .

sniffing glue is never good o_O

I've found the anaconda installs to be pretty clean on Ubuntu, a bit less so on Windows. (I have dual boot-- may be useful if you're doing a lot of programming )
 
  • Like
Likes WWGD
  • #11
StoneTemplePython said:
sniffing glue is never good o_O

I've found the anaconda installs to be pretty clean on Ubuntu, a bit less so on Windows. (I have dual boot-- may be useful if you're doing a lot of programming )
Pain killers were becoming too hard to get. You know, the whole 5-0 thing.
 
  • #12
I've _never_ gotten anaconda installer to work, and I've used it on and off for years. I always started with miniconda. Try to see which specific packages this Graphlab Create thing wants and then install them with miniconda conda command.
 
  • #13
jamesson said:
I've _never_ gotten anaconda installer to work, and I've used it on and off for years. I always started with miniconda. Try to see which specific packages this Graphlab Create thing wants and then install them with miniconda conda command.
I did get it to work, but it took a long while.
 

1. Why can't I install Anaconda 2.4.0.0 on my Windows 10 computer?

There could be several reasons for this issue. One possible reason is that your system does not meet the minimum requirements for Anaconda 2.4.0.0. Another possibility is that there may be compatibility issues with your operating system or other software on your computer. It is also possible that there was an error during the installation process.

2. How can I fix the problem of Anaconda 2.4.0.0 not installing on my Windows 10 computer?

If you are experiencing issues with installing Anaconda 2.4.0.0 on your Windows 10 computer, you can try a few troubleshooting steps. First, make sure your system meets the minimum requirements for Anaconda 2.4.0.0. You can also try updating your operating system and any other software that may be causing compatibility issues. If the issue persists, you can try reinstalling Anaconda or seeking help from the Anaconda community for further assistance.

3. What are the minimum requirements for installing Anaconda 2.4.0.0 on a Windows 10 computer?

The minimum requirements for installing Anaconda 2.4.0.0 on a Windows 10 computer are an operating system of Windows 7 or higher, at least 2GB of RAM, and 5GB of free disk space. It is also recommended to have a 64-bit system for better performance.

4. Can I install Anaconda 2.4.0.0 on a 32-bit Windows 10 computer?

No, Anaconda 2.4.0.0 is only compatible with 64-bit operating systems. If you have a 32-bit Windows 10 computer, you can try installing an older version of Anaconda or upgrading your system to a 64-bit operating system.

5. Is there a way to check if Anaconda 2.4.0.0 was installed correctly on my Windows 10 computer?

Yes, you can check if Anaconda 2.4.0.0 was installed correctly on your Windows 10 computer by opening the Anaconda Navigator and checking if all the packages and environments are properly installed and functioning. You can also try running some sample code or importing a library to ensure that Anaconda is working properly.

Similar threads

  • Programming and Computer Science
Replies
25
Views
2K
  • Computing and Technology
2
Replies
38
Views
5K
  • Programming and Computer Science
Replies
11
Views
3K
Replies
1
Views
13K
  • Programming and Computer Science
Replies
9
Views
8K
Replies
2
Views
5K
Replies
10
Views
960
  • Chemistry
Replies
1
Views
3K
  • Programming and Computer Science
3
Replies
75
Views
4K
  • Mechanical Engineering
Replies
6
Views
4K
Back
Top