Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] Installing any app fails #9

Open
profucius opened this issue Sep 17, 2024 · 2 comments
Open

[ERROR] Installing any app fails #9

profucius opened this issue Sep 17, 2024 · 2 comments

Comments

@profucius
Copy link

profucius commented Sep 17, 2024

I installed Pinokio just fine, and the UI loads fine. I go to Discover tab, pick any app (example: ComfyUI) and get it install. I get a couple errors in the beginning that seem potentially relevant. Pasted these below:

Microsoft Windows [Version 10.0.26100.1591]
(c) Microsoft Corporation. All rights reserved.

D:\Apps\Pinokio\bin>conda_hook && conda deactivate && conda deactivate && conda deactivate && conda activate base && conda install nodejs ffmpeg -y -c conda-forge
'conda_hook' is not recognized as an internal or external command, operable program or batch file.

The installer continues on its own. I treaches installing the Microsoft VisualStudio Workload VCTools stage. The installer popups in its own window, seems to install, then closes. However Pinokio then throws the below error, which terminates the installer from proceeding.

D:\Apps\Pinokio\bin>downloading installer: https://github.com/cocktailpeanut/bin/releases/download/vs_buildtools/vs_buildtools.exe...

Downloading https://github.com/cocktailpeanut/bin/releases/download/vs_buildtools/vs_buildtools.exe to D:\Apps\Pinokio\bin...
####################################################################################################
Download Complete!
running installer: vs_buildtools.exe...
start /wait D:\Apps\Pinokio\bin\vs_buildtools.exe  --passive --wait --includeRecommended --nocache --add Microsoft.VisualStudio.Workload.VCTools

Error: Command failed: start /wait D:\Apps\Pinokio\bin\vs_buildtools.exe --passive --wait --includeRecommended --nocache --add Microsoft.VisualStudio.Workload.VCTools at D:\Apps\[AppData]\Local\Programs\Pinokio\resources\app.asar\node_modules\sudo-prompt-programfiles-x86\index.js:577:25 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)

Screenshot of the above:
image


Note: I have UAC disabled, so admin prompts do not show for me. I do not know if that has anything to do with it, but mentioning it anyway.

What can I do to proceed?

@profucius
Copy link
Author

At the bottom right of the installation window, it shows these popups (I captured them via OCR):

(4/9) Installing nodejs ffmpeg
conda install nodejs ffmpeg -y -c conda-forge
(6/9) Installing vs
Look for a dialog requesting admin
permission and approve it to proceed- This
will install Microsoft visual studio build tools,
which requred for buldng several python
wheels-

This leads me to believe that the Visual Studio installer is not showing the "admin permission" box it is expecting, but it does install just fine. Screenshot of that below:

image

@profucius
Copy link
Author

Just a note: I tried enabling UAC and rebooted, then tried installing ComfyUI (or other apps) again, and it failed in the same way. So it is not a UAC related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant