-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
python: can't open file '/ebook2audiobookXTTS/app.py': [Errno 2] No such file or directory #202
Comments
Hello, the same issue here. Something is missing in template or there should be some instructions what to do before start container. |
The error is just telling you that you're looking for the app.py in the wrong location Just look at the Dockerfile in the repo to see how the image was build |
The Dockerfile that's used to construct the Docker image is in the repoAlsoThe docker image
Is being deprecated and marked as legacy (as its naming no longer makes sense) The latest docker image is now
|
I'm guessing the guide that everyone is using for unraid is just out of date or something? |
maybe put a comment where they grab it? |
Oh yeah tru, here's the Dockerfile My bad 😅 Also if there is an out of date guide would anyone be willing to send a link to it? 😅 |
I got it working by manually changing the unraid template from |
For reference for me and others here is the GitHub issue page where me and the Maintainer of the ebook2audiobook are talking to each other |
Using the default template in UNRAID 6.12.8 I am unable to start the container. I get the error "python: can't open file '/ebook2audiobookXTTS/app.py': [Errno 2] No such file or directory"
Most container that need a "directory" for config etc have it included in the basic template.
======================
Below is the docker logs.
text error warn system array login
python: can't open file '/ebook2audiobookXTTS/app.py': [Errno 2] No such file or directory
python: can't open file '/ebook2audiobookXTTS/app.py': [Errno 2] No such file or directory
==========
== CUDA ==
CUDA Version 11.8.0
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
==========
== CUDA ==
CUDA Version 11.8.0
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
** Press ANY KEY to close this window **
The text was updated successfully, but these errors were encountered: