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.

No such file or directory

See original GitHub issue

Got this error when running python -m venv venv && source venv/bin/activate.

I’m using windows 10 and running the command using Git Bash console. image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Golden12finchcommented, May 5, 2022

You can run it without creating a virtualenv, just pip install -r requirements.txt

Thanks buddy it worked for me!

0reactions
kaboussicommented, May 5, 2022
This issue is about creating and setting up a vietualenv in windows.

I wrote a simple instruction for it here

Read more comments on GitHub >

github_iconTop Results From Across the Web

"No such file or directory" but it exists - Stack Overflow
I got this error “No such file or directory” but it exists because my file was created in Windows and I tried to...
Read more >
FileNotFoundError: [Errno 2] No such ... - Net-Informations.Com
In the above code, you are not giving the full path to a file to the open() function, just its name - a...
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 >
“.h: No such file or directory" - 2 Easy fixes to Arduino error
Trying to fix the dreaded "No such file error?" - This short video will show you 2 easy fixes to solving this error....
Read more >
Running executable file: No such file or directory [closed]
Typically, the "unable to execute... No such file or directory" means that either the executable binary itself or one of the libraries it ......
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