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.

../Scripts/invoke No Such File or Directory

See original GitHub issue

Hi, I have cloned the repository and trying to run the project. I am using command invoke app.run. All dependencies are installing successfully. Migrations are running good. I have checked the db and all tables are created. However i am getting error: C:\Users\Administrator\AppData\Local\Programs\Python\Python35\Scripts\invoke [Errorno 2] No Such File or Directory. I have checked that invoke.py is present in above mentioned path. Any workaround for this problem? I am running it on windows 7 64 bit with python 3.5.2

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
tonymobstercommented, Dec 14, 2016

Great! Cloned the project again, followed the readme and everything run fine. Thanks a lot.

0reactions
frolcommented, Dec 14, 2016
  1. I have fixed the --install-dependencies flag by fixing the default shell on Windows.
  2. No module named lockfile is a README bug… Please, do pip install -r tasks/requirements.txt. (fixed in https://github.com/frol/flask-restplus-server-example/commit/88b314e11bf245bcd8bc890d43f11dd113999c98)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem when trying to run shell script : No such file or directory
rvm is a bash file, and it does run ok when I attempt to run it from its own folder ( production_x86_64-linux )....
Read more >
How to handle "no such file or directory" in expect script?
My question is: how to handle moment when there is no such command in PATH. Script just stops when he tries to execute...
Read more >
38 - Unix Stack Exchange
This usually happens when the shebang ( #! ) line in your script is broken. ... test.sh: No such file or directory $...
Read more >
19.2. Fixing “No such file or directory” Errors - bash Cookbook ...
Try running the script using bash explicitly: $ bash ./busted. If it works, you have some kind of permissions error, or a typo...
Read more >
getting : No such file or directory while executing a shell script
Hi all, I am getting : No such file or directory while executing a shell script. But i have that corresponding file in...
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