-
Notifications
You must be signed in to change notification settings - Fork 339
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
ENOENT: No such file or directory #71
Comments
I don't have much to contribute other than I'm facing the same issue. Ubuntu 23.10. Exact same error: |
i got a similar error when trying to run llamacpp and the other text generation apps. |
I can confirm that this (ENOENT) issue affects 0.2.16 installs on Mac, Win, and Linux machines. Some scripts consistently work (Automatic1111) and some just don't (ComfyUI, MagicAnimate, <others?>). I wonder if this isn't a matter of (older) install/launch scripts breaking because the (newer) "browser" needs something it previously did not require. The silence from the dev team on this matter is curious and unfortunate. It will be interesting to see if they can fix this without breaking the working scripts. I really hope Pinokio isn't too good to be true. It was off to a good start and until this issue came along, and allowed to linger, I was recommending it to others. For now though, it's back to the old way of installing and launching these things. |
I'm going to guess this is a python or configuration issue with reading the |
@L0G1CALEE I think it's all the useless bug reports here of obvious non-coders and frankly, children, that is making it very annoying to find actual bug-reports here... |
I faced the same issue. No solution yet? |
Are you installing with Pinokio? I got the same Erro, it turns out that Pinokio's UI is not very user friendly atm.... ONCE you click install, wait until it finishes, if you mess around with the window, it may interrupt the installation without notifications... So I went to the folders, deleted everything, then click install again without touching anything during the process, then it works. |
Although I tried to delete all the files and install again, I still got the same error when I clicked the web UI after the install was complete |
I get the same error: ENOENT: no such file or directory, stat '/Users/nta/pinokio/api/videocrafter2.git/{{input.event[0]}}' |
If it is true, it's really absurd. Update: Ok, I just tried it and it still doesn't work. I didn't touch anything while installing. |
I had the same error message in pinokio: and clicking "[Proxy] local sharing" it would open a browser, and attempt to Also there was an error suggesting i needed to install 'uvicorn' and i think i installed i think this is what i did to get it to function: pinokio was indicating it was missing 'previewer/previewer_v1_100k.pt' I downloaded 'previewer_v1_100k.pt' from here: Navigate to your pinokio installation directory: and place the After that, i restarted pinokio, ran an |
have same issue. After some research i find out that problem is in app.py file. More specific - python can't import torch (i don't know why). app.py file in execution process writes ip address to console, and {{input.event[0]}} suppose to be this address read from the console. But since the address was not written (because app.py can't import torch), this error occurs. |
If you are operating on Windows, if you have strict firewall rules, also had to make some connection allowances: Allow TCP ports 443,80 for these applications:
Also i believe the root of the: |
I have this file. And i'm using linux, so this is not the cause of the problem. At least not for me.. |
Can you provide a screenshot of your pinokio output. Perhaps it will yield some clues as to what the issues is. |
What is interesting, is that i just tried to install "triton-2.0.0". It wasn't necessary for operation, but it supposedly helps with performance. also, i noted many people were saying that they couldn't get 'triton' working with Windows. However there was some partially working builds of it, more info here: triton-lang/triton#1057 After i installed triton to my working build, it "stopped" working, and came up with the same ENOENT error. So keep that in mind, that the error is just a general failure of something in the torch package, possibly an 'xformers' module? Something you could try is: editing so that way, when Pinokio tries to launch it, it'll enable increased verbosity, |
To test the issue, i uninstalled uvicorn, and i began to get these errors:
the the unusual part is that when i ran pinokio's i tried reinstalling uvicorn in the then i installed uvicorn again in so my conclusion, was that you must first install it in the
I'm sure there is probably a more convenient solution using |
I get the same problem in comfyUI |
Same problem here. Tried multiple different software and they all display the same error message. Running on macOS Sonoma 14.4 (Intel) and Pinokio version 1.2.22 (fresh install) |
just reset the cache |
This is error also shows for other applications like instantstyle |
all you need is just reset the cache : Pinokio>settings>cache>reset |
the problem persists after resetting the cache |
Regarding my case, |
here's what worked for me... I've pressed the "reset" button and installed it again... |
it worked for me. |
I also get this error on at least two apps, Bark Voice Cloning and Arc 2 Face . Tried everything, deleted Pinokio directories, reinstalled, Pinokio deleting all cached folders, reset bin. I wish there was a 'Report Problem' built into Pinokio for apps. |
pinokio seems do not want to repair anything. There should better performance brower in the market. We are waiting for better choice than pinokio. |
Same error! |
Just to report, I uninstalled Pinokio, put everything on C defaults, and still get the error. Tried a new app tonight, video transcription and this error appeared. ENOENT: no such file or directory, stat 'C:\pinokio\api\mlx-video-transcription.git{{input.event[0]}}' So uninstalling is not a solution from what I can tell. |
Well, I am on Linux and got the same error. |
Any answers or solutions yet? Getting this error now. |
The problem seems to be the name of the installation. I deleted the '.git' from the name during a fresh installation and it works. So do not use "open-webui.git" but "open-webui" as name. |
Attempted to rename/remove .git from Arc2face installation. Same error. |
Hmmm ... did other installations without '.git' ... seems to work. Sorry... hoped that would solve it. |
I haven't needed to remove .git for other installations. For example, instantstyle installed without issue. It may work on other repos though. |
I get this every app almost. I already requested Pinokio needs a way for us to rate apps, because most apps don't work. This is probably Microsoft getting back at the dark side for not using .NET. |
it seems when it starts the variable {input.event[0]}} can't get the value. I did this and worked for me: 2/ (optional): Stop your antivirus, start the app, run the antivirus again (I don't think this is needed, but if step 1 doesn't work, you can try this together. I did both and worked for, not sure what step helped, as programmer I feel is the step 1. Hope works for you all! |
Pinokio? Who is still using this POS shitty script. Half of the apps are not working , outdated and total waste of time and energy. It's supposed to be helpful but in reality is just a bunch of everything where mostly anything doesn't work properly, besides the newest or the most popular stuff. |
I had this issue but it was my mistake as I was passing an additional parameter, in particular ("enable_hr": True,) for hires fix, while this line should've been commented out as all other parameters relating to hires were. Once I commented it out, the issue was gone. |
in which file? |
Where would that name have to be changed? |
I had the same issue installing SUPIR. This is what finally worked for me :
|
ENOENT: no such file or directory, stat 'S:\pinokio\api\mlx-video-transcription.git{{input.event[0]}}' |
run as administrator, after that it was able to update conda and it started |
Same issue, pinokio was just installed. Tried several apps inside, all is “ENOENT: no such file or directory”. Linux |
Not sure if this will help anyone else, but I may have found a solution. I had an app that worked once, then didn't work. I ran this python command in a command prompt as Administrator (Windows) to kill all python tasks. taskkill /F /IM python.exe Then I ran Pinokio as administrator and it worked again. I installed a few apps that had failed for me before. My guess is perhaps some Python libraries had a lock on them since something else was still running that uses it. Maybe someone smarter than me can verify if that is the case. I know I had about 10 Python processes that were destroyed, so not all these Python apps close? |
same issue |
Has anyone else tried my suggestion I wrote above? Since I learned about Task Kill, to kill every python process every app has installed. Run an admin command prompt
Then run Pinokio as Administrator, then install the app(s). |
Tiktoken missing-Edit the install file to install Tiktoken: module.exports = { |
I can confirm that this worked on Ubuntu MATE 24.04 sudo apt update && sudo apt upgrade |
for me this fixed the problem: running in linux mint terminal this command |
I have a dirty hands soluciotion: In my case, using Manjaro Linux, I need to Download the tar file package from NVIDIA using this Install Guide. After extract I need to copy the content in Copy the content from here
to
I hope this helps someone not using Ubuntu |
After too many fails, I switched to StabilityMatrix |
Same issue with stable cascade. Why is this such a persistent issue with no resolution? |
When I start the default ComfyUI I get an error and pinokio crashes, but if I start the CPU mode it works fine.
It seems an input value is not properly passed in the normal mode..
To be clear, the directory does exist.
Partial log:
/Update
Also on Debian I get the same error:
ENOENT: no such file or directory, stat '/home/xxx/pinokio/api/comfyui.pinokio.git/{{input.event[0]}}'
The text was updated successfully, but these errors were encountered: