When you fix the error "error: [Errno 2] No such file or directory: 'src/main/assets/private.mp3'"
See original GitHub issueInstall python-for-android:
pip install git+https://github.com/kivy/python-for-android.git
Building the project ends with an error:
error: [Errno 2] No such file or directory: 'src/main/assets/private.mp3'
You have this error for a long time. And, despite the fact that you say that you corrected it, it still appears.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
open() gives FileNotFoundError/IOError: Errno 2 No such file ...
Call os.chdir(dir) , dir being the folder where the file is located, then open the file with just its name like you were...
Read more >[Errno 2] No such file or directory: 'src/main/assets/private.mp3'
Hello, I tried python3.5 to install python-for- android, but error, please help to see why. sudo apt-get install python3-pip.
Read more >Python FileNotFoundError: [Errno 2] No such file or directory ...
Any message with the contents FileNotFoundError indicates that Python cannot find the file you are referencing. Python raises this error because your program ......
Read more >Filenotfounderror errno 2 no such file or directory python error ...
How to solve filenotfounderror errno 2 no such file or directory in python is shown.
Read more >Bug listing with status UNCONFIRMED as at 2022/12/21 06 ...
src /plugins/quota/rquota.h: No such file or directory" status:UNCONFIRMED resolution: ... fix some API documentation errors" status:UNCONFIRMED resolution: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like it should be, thanks for pointing it out @AndreMiras
is this fixed with https://github.com/kivy/python-for-android/pull/1262 and dup of #1257 ?