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.

File not found error?

See original GitHub issue

Hello, I downloaded this package from this github (not pypi) and Its giving me this: FileNotFoundError: [Errno 2] No such file or directory

full error

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
qwertyquertycommented, Apr 4, 2020

Discord needs to be running on the same machine

0reactions
jusplainmikecommented, Apr 4, 2020

Nevermind I just realized this won’t run for a headless system. Thanks for the reply.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Why am I getting a FileNotFoundError? - Stack Overflow
try: with open(filename) as f: sequences = pick_lines(f) except FileNotFoundError: print("File not found. Check the path variable and ...
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 ... - Net-Informations.Com
When you open a file with the name "filename.ext"; you are telling the open() function that your file is in the current working...
Read more >
FileNotFoundError: [Errno 2] No such file or directory
The Python "FileNotFoundError: [Errno 2] No such file or directory" occurs when we try to open a file that doesn't exist in the...
Read more >
File not found or Path not found errors - Exalt
File not found or Path not found errors · 1. The job folder may be incorrectly specified or not accessible from your machine....
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