IBMDataScience / DSx-Desktop

IBM Data Science Experience Desktop was built for those who want to download and play locally. Analyze, learn, and build with the tools you love, right on your desktop.
33 stars 18 forks source link

IBM Data science desktop stall at 98% #17

Closed shoreshgithub closed 7 years ago

shoreshgithub commented 7 years ago

Hei,I have tried several times to install IBM Data science desktop but after 98% extracting files it will stall definitely.I have even installed and uninstalled new docker for windows.

Debbani commented 7 years ago

@shoreshgithub Please can you attach your dsx-desktop.log from the /Users/{username}/Library/Application Support/ibm-dsx-desktop/Logs directory. You can easily launch the Logs folder by going to the Help menu -> Open log folder. Did you have a previous version of DSX Desktop installed, or is this the first installation of the product?

shoreshgithub commented 7 years ago

@Debbani Hi,I attached file. I dont have previous version of DSX Desktop but I had anaconda,R,R studio which before installation ibm DSX I unistalled all of them.

log.txt

shoreshgithub commented 7 years ago

@Debbani I have tried one more time,I installed Docker version 17.03.1-ce-win12 for windows 10 enterprise .I installed oracle virtual box last Version. I put Docker in user varaible path,still stall in extarcting 98% and one time failed at the end of rstudio downloading, in the attched you can find my last logs. dsx-desktop-log.txt

shoreshgithub commented 7 years ago

progress dsx-desktop-laslog.txt @Debbani Here you can find the last log which I tried, no success picture folder

wadeschulz commented 7 years ago

Not sure if it will work in every case, but I had the same issue due to some Docker-related errors. To resolve, the following worked on my installation of Windows 10:

nmarkey10 commented 7 years ago

@shoreshgithub We have pinpointed the problem! When we extract the file we are using a Docker command to import that file as such; "type [filepath] | docker import - [imageName]:[tag]". The documentation can be seen here https://docs.docker.com/engine/reference/commandline/import/#import-from-a-local-file.

When using Docker Toolbox on Windows or any Docker version on Mac, this command works. But for some reason, when you use the Native Docker App, it seems to get tripped up. I have the correct extraction command via trial and error. This is "docker import [path] [imageName]:[tag]". There are some subtle changes in syntax and we are no longer piping it to the docker import. This isn't really documented anywhere, hence the trial and error. This will be included in our next build. Your log actually helped a lot to fix this problem! Thank you for letting us know and staying patient. We really appreciate it!

Debbani commented 7 years ago

@shoreshgithub Please download the latest image (Version 1.1.6) from: https://datascience.ibm.com/desktop which addresses the issue that you were running into during installation.

Debbani commented 7 years ago

@shoreshgithub Closing this issue. Please reopen if your problem persists.