question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When you fix the error "error: [Errno 2] No such file or directory: 'src/main/assets/private.mp3'"

See original GitHub issue

Install 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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
inclementcommented, Jun 15, 2018

Looks like it should be, thanks for pointing it out @AndreMiras

0reactions
AndreMirascommented, Jun 15, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found