mljar / studio-old

MLJAR Studio Desktop Application
https://mljar.com
4 stars 1 forks source link

Got error on installing the application #49

Open emymizz opened 2 years ago

emymizz commented 2 years ago

Hi there! I have installed the apps and I received errors as below.Can you help me on this? Thanks

C:\Users\IDEAPAD\AppData\Local\Programs\MLJAR-Studio>set destination=C:\Users\IDEAPAD\AppData\Roaming\MLJAR-Studio\miniconda

C:\Users\IDEAPAD\AppData\Local\Programs\MLJAR-Studio>echo Start Jupyter Notebook from C:\Users\IDEAPAD\AppData\Roaming\MLJAR-Studio\miniconda Start Jupyter Notebook from C:\Users\IDEAPAD\AppData\Roaming\MLJAR-Studio\miniconda

C:\Users\IDEAPAD\AppData\Local\Programs\MLJAR-Studio>call C:\Users\IDEAPAD\AppData\Roaming\MLJAR-Studio\miniconda\Scripts\activate.bat C:\Users\IDEAPAD\AppData\Roaming\MLJAR-Studio\miniconda The system cannot find the path specified.

C:\Users\IDEAPAD\AppData\Local\Programs\MLJAR-Studio>call jupyter notebook --port 8776 --no-browser --NotebookApp.token=my_very_secret_token --ip= --NotebookApp.allow_origin= --port-retries=0 'jupyter' is not recognized as an internal or external command, operable program or batch file. Jupyter Notebook exit code 1 and signal null

tariqrahiman commented 2 years ago

I can confirm that i get the same error Win 10 ML-jar-error

tariqrahiman commented 2 years ago

+pplonski and +emymizz I resolved the issue by choosing the different installation option in the screen below. Bug is on this checkbox selection MLJAR-Studio I am up and running now ~ Tariq Rahiman

pplonski commented 2 years ago

@tariqrahiman thank you! You mean that installation for all users is causing problems? Maybe you need to run installation with admin rights to be install it for all users?

Are you able to create a new notebook after installation for current user?

tariqrahiman commented 2 years ago

Both times I used installation with Admin rights and it failed.

Are you able to create a new notebook after installation for current user?

Yes - it works for me now. I created my first notebook and saved it.

tariqrahiman commented 2 years ago

+pplonski and +emymizz I was able to locate the bug. As an admin, if you try to install for all Users, that is when the installation error occurs. There is a small note which says Fresh install for all new user will prompt for admin credentials - but no prompt appeared.

Installation for a Single user worked fine

emymizz commented 2 years ago

Hi, i also selected (only me) hence the error occur

Sent from my iPhone

On 1 Oct 2021, at 11:40 PM, tariq @.***> wrote:

 I can confirm that i get the same error Win 10

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

emymizz commented 2 years ago

Capture

Hi, ive tried for all users and only for me. but still got an error as attached..may i know how to fix it?

pplonski commented 2 years ago

@emymizz do you uninstall the app before installation? Please make sure that your path of installation is clear.

emymizz commented 2 years ago

@emymizz do you uninstall the app before installation? Please make sure that your path of installation is clear.

Hi yes, I have uninstall the apps and run the set up again ..still the same error.. if my path of installation i put in my desktop should be okay right?

tariqrahiman commented 2 years ago

@emymizz Uninstall everything. Then restart your machine. Then right click on the exe file, select "Run as Administrator" option. Select the option - Only for me (Owner). This step worked for me.

ben2288 commented 2 years ago

Cześć, mam ten sam komunikat, instalowałem jako dla mnie (admin) i dla wszystkich, nadal ten sam komunikat. Odinstalowywałem wszystko i zamykałem komputer, ciągle identyczny błąd. Co mogę zrobić?!

pplonski commented 2 years ago

Hi @ben2288,

Please try to uninstall everything and install without admin rights. When I was testing the installation I didn't use the admin rights. Please try to use default installation path.

(I'm writing in English because others might be interested in this)

ben2288 commented 2 years ago

Dzięki za pomoc, tak zrobiłem, odinstalowałem wszystko, utworzyłem konto bez uprawnień administratora, ponownie zainstalowałem na tym koncie tylko dla mnie i nadal tali sam komunikat.

ben2288 commented 2 years ago

Dzięki za pomoc, odinstalowałem wszystko, utworzyłem nowe konto, bez uprawnień administratora, zamknąłem komputer. Ponownie zainstalowałem na tym koncie tylko dla mnie i nadal, komunikat.

ben2288 commented 2 years ago

Cześć, Dzięki za pomoc, odinstalowałem wszystko, utworzyłem nowe konto, bez uprawnień administratora, zamknąłem komputer. Ponownie zainstalowałem na tym koncie tylko dla mnie i nadal, ten sam komunikat.   Może to mieć znaczenie, ale w trakcie instalacji pojawiał mi się też błąd: Ściągnąłem ten plik api-ms-win-corepath-[1-1-0.dll; wrzucilem do katalogu: C:\Windows\System32\api-ms-win-core-path-l1-1-0.dll (32-Bit), ale nie powodowało to aby ten błąd znikł. Mój komputer  ma win7 Pozdrawiam, Stanisław **      W dniu 2021-10-05 09:26:30 użytkownik Piotr @.***> napisał: Hi @ben2288, Please try to uninstall everything and install without admin rights. When I was testing the installation I didn't use the admin rights. Please try to use default installation path. (I'm writing in English because others might be interested in this) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

pplonski commented 2 years ago

https://bugs.python.org/issue40740 looks like python 3.9 doesnt support windows 7.

I will downgrade python in studio app

pplonski commented 2 years ago

@emymizz do you have windows 7?

pplonski commented 2 years ago

I checked if it's possible to install only conda if Python is already installed in the system. The answer is no. Even if Python is already installed there is a need to install miniconda or anaconda. Source: https://pypi.org/project/conda/

image