Coder Social home page Coder Social logo

Cant install apps about pinokio HOT 17 CLOSED

pinokiocomputer avatar pinokiocomputer commented on August 26, 2024
Cant install apps

from pinokio.

Comments (17)

arsen3d avatar arsen3d commented on August 26, 2024 9

Fixed in version
https://github.com/pinokiocomputer/pinokio/releases/tag/0.1.23

from pinokio.

KarimElgazaar avatar KarimElgazaar commented on August 26, 2024 2

i had this problem and it took 2 hours to find the cause. it happens because the file path of the installation of conda has a space in my case it was in the name of the user so i changed the installation path of pinokio from disk c to d where there the path doesnt contain thew users name and it worked

from pinokio.

joshfedo avatar joshfedo commented on August 26, 2024 1

Same issue after updating from v1.X to 2.5.

Fixed this by uninstalling pinokio , deleting the pinokio directory, rebooting, and reinstalling.

With so many changes happening in pinokio so quickly i'd imagine a fresh install is going to be what most people need to do to fix this.

from pinokio.

zemanyak avatar zemanyak commented on August 26, 2024 1

Still happening here on 0.2.7 (server: 0.0.421)

from pinokio.

D4zedC0der avatar D4zedC0der commented on August 26, 2024 1

My solution was v. similar. There were spaces in my PATH environment variable which I needed to remove. After that, the conda install commands actually worked.

from pinokio.

ossafe avatar ossafe commented on August 26, 2024

It might not help, but I had the same problem updating from a real old version. Ended up I needed to

  • dragged my entire pinokio directory out,
  • uninstalled the app,
  • completely uninstall all traces of visual studio (I had that as uninstalled in my list too)
  • rebooted,
  • reinstalled the app,
  • reinstalled my spaces,
  • reinstalled the version of VS I normally use,
  • then copied out the models and customisations from the previously saved tree into the new one.

from pinokio.

andyg2 avatar andyg2 commented on August 26, 2024

I have this exact problem in Pinokio 0.1.35
Conda and Registry installed but everything else in an install loop.
I see the conda_hook command fire for each of the missing components however they are literally 1 second apart without any other signs of progress. I've tried uninstalling, rebooting, reinstalling, I even tried installing as Administrator

Lastly when I try to submit a bug report it asks to download log.txt or log.html but the log is not exported but I've attached stdout from the logs directory.
stdout.txt

Microsoft Windows [Version 10.0.19045.3570]

Edit: also tried deleting the installation directory and reinstalling, got an error this time

Error: ENOENT: no such file or directory, copyfile 'C:\Users\Andy\pinokio\bin\miniconda\python.exe' -> 'C:\Users\Andy\pinokio\bin\miniconda\python3.exe'

from pinokio.

deronkel82 avatar deronkel82 commented on August 26, 2024

same here.
Version
0.1.35 (server: 0.0.393)

from pinokio.

eyalfrish avatar eyalfrish commented on August 26, 2024

Same here :( -
Version
0.1.40 (server: 0.0.399)

EDIT: On Windows 11

from pinokio.

gremaldi avatar gremaldi commented on August 26, 2024

same issue with:
0.1.47 (server: 0.0.406)
on windows 10

from pinokio.

AdamWhiteC avatar AdamWhiteC commented on August 26, 2024

使用管理员模式打开pinokio,就可以解决问题了。

from pinokio.

jgforbes avatar jgforbes commented on August 26, 2024

Same error on Fedora 38 with Pinokio v0.2.7

]$eval "$(conda shell.bash hook)" && conda activate base && conda install -y -c conda-forge git git-lfs

NoBaseEnvironmentError: This conda installation has no default base environment. Use
'conda create' to create new environments and 'conda activate' to
activate environments.

(base) [bin]$ [ bin]$ eval "$(conda shell.bash hook)" && conda activate base && conda install -y -c conda-forge p7zip

NoBaseEnvironmentError: This conda installation has no default base environment. Use
'conda create' to create new environments and 'conda activate' to
activate environments.

(base) [bin]$ [bin]$ eval "$(conda shell.bash hook)" && conda activate base && conda install nodejs -y -c conda-forge

NoBaseEnvironmentError: This conda installation has no default base environment. Use
'conda create' to create new environments and 'conda activate' to
activate environments.

from pinokio.

mattlxdesign avatar mattlxdesign commented on August 26, 2024

Ditto on Manjaro with Pinokio version 0.2.16

The best I can work out from trying to manually install git, zip and nodejs in the Pinokio installed miniconda environment is that I have anaconda installed using my distribution package manager and I can't get the Pinokio miniconda environment to activate correctly. If I
path_to/Pinokio/bin/miniconda/bin/conda init --all
I get

no change ~/.bashrc

When I activate conda from the Pinokio/bin directory, my package manager version of conda is activated.
Therefore I suspect Pinokio can't activate the miniconda version it has supplied, Therefore Pinokio gets stuck.....
Is there a way to set Pinokio to use a system version of conda? I have used the AppImage installer

from pinokio.

SorrentinoPro avatar SorrentinoPro commented on August 26, 2024

I do have similar issues on windows 11 pinokio v 0.2.7 (lts today)
like the picture highlights asked me to look for dialog but no system dialog popping up reqyuesting permission, just pinokio dialog saying compleated successfully.
Is there another way to give permission and solve this problem?

image

from pinokio.

6Morpheus6 avatar 6Morpheus6 commented on August 26, 2024

For most of these issues you will find a solution in this article.
git, zip, conda: node.js can't be installed

from pinokio.

Rodriq avatar Rodriq commented on August 26, 2024

i had this problem and it took 2 hours to find the cause. it happens because the file path of the installation of conda has a space in my case it was in the name of the user so i changed the installation path of pinokio from disk c to d where there the path doesnt contain thew users name and it worked

Thank you. This helped

from pinokio.

Skettalee avatar Skettalee commented on August 26, 2024

this didn't work at all almost a year ago and its the same now. Wy do people like this? Im having the same error of for any single ai tool i try to install and it just keeps making popping sounds and eventually returns with only 2 of the 5 or 6 things it was set t install and says the same error message. Noone figured this out?

from pinokio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.